SecKeychainAddInternetPassword

Function SecKeychainAddInternetPassword 

Source
pub unsafe extern "C-unwind" fn SecKeychainAddInternetPassword(
    keychain: Option<&SecKeychain>,
    server_name_length: u32,
    server_name: *const c_char,
    security_domain_length: u32,
    security_domain: *const c_char,
    account_name_length: u32,
    account_name: *const c_char,
    path_length: u32,
    path: *const c_char,
    port: u16,
    protocol: SecProtocolType,
    authentication_type: SecAuthenticationType,
    password_length: u32,
    password_data: NonNull<c_void>,
    item_ref: *mut *mut SecKeychainItem,
) -> i32
👎Deprecated: renamed to SecKeychain::add_internet_password
Available on crate features SecBase and SecKeychain only.