pub type btck_NotifyWarningUnset = Option<unsafe extern "C" fn(user_data: *mut c_void, warning: btck_Warning)>;
pub enum btck_NotifyWarningUnset { None, Some(unsafe extern "C" fn(*mut c_void, u8)), }
No value.
Some value of type T.
T