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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.