pub unsafe extern "C-unwind" fn CSSM_GetKeyAcl(
csp_handle: CSSM_CSP_HANDLE,
key: *const CSSM_KEY,
selection_tag: *const CSSM_STRING,
number_of_acl_infos: *mut uint32,
acl_infos: *mut CSSM_ACL_ENTRY_INFO_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.selection_tag
must be a valid pointer.number_of_acl_infos
must be a valid pointer.acl_infos
must be a valid pointer.