pub type btck_NotifyFatalError = Option<unsafe extern "C" fn(user_data: *mut c_void, message: *const c_char, message_len: usize)>;Aliased Type§
pub enum btck_NotifyFatalError {
None,
Some(unsafe extern "C" fn(*mut c_void, *const i8, usize)),
}