pub unsafe extern "C-unwind" fn CSSM_GetKeyOwner(
csp_handle: CSSM_CSP_HANDLE,
key: *const CSSM_KEY,
owner: CSSM_ACL_OWNER_PROTOTYPE_PTR,
) -> CSSM_RETURN๐Deprecated
Available on crate features
SecAsn1Types and cssmapi and cssmconfig and cssmtype only.Expand description
ยงSafety
keymust be a valid pointer.ownermust be a valid pointer.