pub unsafe extern "C-unwind" fn SecKeychainFindInternetPassword(
keychain_or_array: Option<&CFType>,
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: *mut u32,
password_data: *mut *mut c_void,
item_ref: *mut *mut SecKeychainItem,
) -> i32
👎Deprecated: renamed to
SecKeychain::find_internet_password
Available on crate features
SecBase
and SecKeychain
only.