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