SecACLCreateFromSimpleContents

Function SecACLCreateFromSimpleContents 

Source
pub unsafe extern "C-unwind" fn SecACLCreateFromSimpleContents(
    access: &SecAccess,
    application_list: Option<&CFArray>,
    description: &CFString,
    prompt_selector: NonNull<CSSM_ACL_KEYCHAIN_PROMPT_SELECTOR>,
    new_acl: NonNull<*mut SecACL>,
) -> i32
👎Deprecated: renamed to SecACL::create_from_simple_contents
Available on crate features SecACL and SecBase and cssmapple and cssmconfig only.