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
keymust be a valid pointer.selection_tagmust be a valid pointer.number_of_acl_infosmust be a valid pointer.acl_infosmust be a valid pointer.