Function security_framework_sys::keychain::SecKeychainUnlock

source ยท
pub unsafe extern "C" fn SecKeychainUnlock(
    keychain: SecKeychainRef,
    passwordLength: c_uint,
    password: *const c_void,
    usePassword: Boolean,
) -> OSStatus