pub type kernel_NotifyFlushError = Option<unsafe extern "C" fn(user_data: *mut c_void, message: *const c_char)>;
enum kernel_NotifyFlushError { None, Some(unsafe extern "C" fn(_: *mut c_void, _: *const i8)), }
No value.
Some value of type T.
T