pub unsafe extern "C-unwind" fn SecKeychainItemExport(
keychain_item_or_array: &CFType,
output_format: SecExternalFormat,
flags: SecItemImportExportFlags,
key_params: *const SecKeyImportExportParameters,
exported_data: NonNull<*const CFData>,
) -> i32
👎Deprecated: renamed to
SecKeychainItem::export
Available on crate features
SecBase
and SecImportExport
and cssmconfig
and cssmtype
only.