SecKeychainFindGenericPassword

Function SecKeychainFindGenericPassword 

Source
pub unsafe extern "C-unwind" fn SecKeychainFindGenericPassword(
    keychain_or_array: Option<&CFType>,
    service_name_length: u32,
    service_name: *const c_char,
    account_name_length: u32,
    account_name: *const c_char,
    password_length: *mut u32,
    password_data: *mut *mut c_void,
    item_ref: *mut *mut SecKeychainItem,
) -> i32
👎Deprecated: renamed to SecKeychain::find_generic_password
Available on crate features SecBase and SecKeychain only.