pub unsafe extern "C-unwind" fn CSSM_DL_ChangeDbOwner(
dldb_handle: CSSM_DL_DB_HANDLE,
access_cred: *const CSSM_ACCESS_CREDENTIALS,
new_owner: *const CSSM_ACL_OWNER_PROTOTYPE,
) -> CSSM_RETURN๐Deprecated
Available on crate features
SecAsn1Types and cssmapi and cssmconfig and cssmtype only.Expand description
ยงSafety
access_credmust be a valid pointer.new_ownermust be a valid pointer.