pub unsafe extern "C-unwind" fn CSSM_Init(
version: *const CSSM_VERSION,
scope: CSSM_PRIVILEGE_SCOPE,
caller_guid: *const CSSM_GUID,
key_hierarchy: CSSM_KEY_HIERARCHY,
pvc_policy: *mut CSSM_PVC_MODE,
reserved: *const c_void,
) -> CSSM_RETURN๐Deprecated
Available on crate features
cssmapi and cssmconfig and cssmtype only.Expand description
ยงSafety
versionmust be a valid pointer.caller_guidmust be a valid pointer.pvc_policymust be a valid pointer.reservedmust be a valid pointer.