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