CSSM_DL_ChangeDbAcl

Function CSSM_DL_ChangeDbAcl 

Source
pub unsafe extern "C-unwind" fn CSSM_DL_ChangeDbAcl(
    dldb_handle: CSSM_DL_DB_HANDLE,
    access_cred: *const CSSM_ACCESS_CREDENTIALS,
    acl_edit: *const CSSM_ACL_EDIT,
) -> CSSM_RETURN
๐Ÿ‘ŽDeprecated
Available on crate features SecAsn1Types and cssmapi and cssmconfig and cssmtype only.
Expand description

ยงSafety

  • access_cred must be a valid pointer.
  • acl_edit must be a valid pointer.