pub type CSSM_MODULE_FUNCS = cssm_module_funcs;
Available on crate features
cssmconfig
and cssmspi
and cssmtype
only.Expand description
Aliased Type§
#[repr(C)]pub struct CSSM_MODULE_FUNCS {
pub ServiceType: u32,
pub NumberOfServiceFuncs: u32,
pub ServiceFuncs: *const Option<unsafe extern "C-unwind" fn()>,
}
Fields§
§ServiceType: u32
👎Deprecated
§NumberOfServiceFuncs: u32
👎Deprecated
§ServiceFuncs: *const Option<unsafe extern "C-unwind" fn()>
👎Deprecated