Type Alias CSSM_API_ModuleEventHandler

Source
pub type CSSM_API_ModuleEventHandler = Option<unsafe extern "C-unwind" fn(*const CSSM_GUID, *mut c_void, uint32, CSSM_SERVICE_TYPE, CSSM_MODULE_EVENT) -> CSSM_RETURN>;
Available on crate features cssmconfig and cssmtype only.
Expand description

Aliased Type§

enum CSSM_API_ModuleEventHandler {
    None,
    Some(unsafe extern "C-unwind" fn(_: *const cssm_guid, _: *mut c_void, _: u32, _: u32, _: u32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(_: *const cssm_guid, _: *mut c_void, _: u32, _: u32, _: u32) -> i32)

Some value of type T.