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

Aliased Type§

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

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))

Some value of type T.