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
key
must be a valid pointer.owner
must be a valid pointer.