pub type MI_ProviderFT_Unload = Option<unsafe extern "system" fn(self_: *const c_void, context: *const MI_Context)>;

Aliased Type§

enum MI_ProviderFT_Unload {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: *const MI_Context)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void, _: *const MI_Context))

Some value of type T.