pub type aeron_log_func_t = Option<unsafe extern "C" fn(arg1: *const c_char)>;
Function to return logging information.
enum aeron_log_func_t { None, Some(unsafe extern "C" fn(_: *const i8)), }
No value.
Some value of type T.
T