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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.