pub type MI_ProviderFT_Unsubscribe = Option<unsafe extern "system" fn(self_: *const c_void, context: *const MI_Context, namespace: *const u16, classname: *const u16, subscriptionid: u64, subscriptionself: *const c_void)>;

Aliased Type§

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

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, _: u64, _: *const c_void))

Some value of type T.