pub type CSSM_MANAGER_REGISTRATION_INFO = cssm_manager_registration_info;👎Deprecated
Available on crate features
SecAsn1Types and cssmconfig and cssmspi and cssmtype and emmspi and emmtype only.Expand description
Aliased Type§
#[repr(C)]pub struct CSSM_MANAGER_REGISTRATION_INFO {
pub Initialize: Option<unsafe extern "C-unwind" fn(u32, u32) -> i32>,
pub Terminate: Option<unsafe extern "C-unwind" fn() -> i32>,
pub RegisterDispatchTable: Option<unsafe extern "C-unwind" fn(*mut cssm_state_funcs) -> i32>,
pub DeregisterDispatchTable: Option<unsafe extern "C-unwind" fn() -> i32>,
pub EventNotifyManager: Option<unsafe extern "C-unwind" fn(*const cssm_manager_event_notification) -> i32>,
pub RefreshFunctionTable: Option<unsafe extern "C-unwind" fn(*mut cssm_func_name_addr, u32) -> i32>,
}Fields§
§Initialize: Option<unsafe extern "C-unwind" fn(u32, u32) -> i32>👎Deprecated
§Terminate: Option<unsafe extern "C-unwind" fn() -> i32>👎Deprecated
§RegisterDispatchTable: Option<unsafe extern "C-unwind" fn(*mut cssm_state_funcs) -> i32>👎Deprecated
§DeregisterDispatchTable: Option<unsafe extern "C-unwind" fn() -> i32>👎Deprecated
§EventNotifyManager: Option<unsafe extern "C-unwind" fn(*const cssm_manager_event_notification) -> i32>👎Deprecated
§RefreshFunctionTable: Option<unsafe extern "C-unwind" fn(*mut cssm_func_name_addr, u32) -> i32>👎Deprecated