SecKeychainCreate

Function SecKeychainCreate 

Source
pub unsafe extern "C-unwind" fn SecKeychainCreate(
    path_name: NonNull<c_char>,
    password_length: u32,
    password: *const c_void,
    prompt_user: bool,
    initial_access: Option<&SecAccess>,
    keychain: NonNull<*mut SecKeychain>,
) -> i32
👎Deprecated: renamed to SecKeychain::create
Available on crate features SecBase and SecKeychain only.