pub unsafe extern "C-unwind" fn SecKeychainItemCreateFromContent(
item_class: SecItemClass,
attr_list: NonNull<SecKeychainAttributeList>,
length: u32,
data: *const c_void,
keychain_ref: Option<&SecKeychain>,
initial_access: Option<&SecAccess>,
item_ref: *mut *mut SecKeychainItem,
) -> i32
👎Deprecated: renamed to
SecKeychainItem::create_from_content
Available on crate features
SecBase
and SecKeychainItem
only.