pub type MI_ProviderFT_CreateInstance = Option<unsafe extern "system" fn(self_: *const c_void, context: *const MI_Context, namespace: *const u16, classname: *const u16, newinstance: *const MI_Instance)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.