pub unsafe extern "C-unwind" fn SecKeychainItemImport(
imported_data: &CFData,
file_name_or_extension: Option<&CFString>,
input_format: *mut SecExternalFormat,
item_type: *mut SecExternalItemType,
flags: SecItemImportExportFlags,
key_params: *const SecKeyImportExportParameters,
import_keychain: Option<&SecKeychain>,
out_items: *mut *const CFArray,
) -> i32👎Deprecated:
renamed to SecKeychainItem::import
Available on crate features
cssmconfig and cssmtype and SecBase and SecImportExport only.