Type Alias kernel_NotifyWarningUnset

Source
pub type kernel_NotifyWarningUnset = Option<unsafe extern "C" fn(user_data: *mut c_void, warning: kernel_Warning)>;

Aliased Type§

pub enum kernel_NotifyWarningUnset {
    None,
    Some(unsafe extern "C" fn(*mut c_void, u32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, u32))

Some value of type T.