pub unsafe extern "C-unwind" fn SecItemExport(
sec_item_or_array: &CFType,
output_format: SecExternalFormat,
flags: SecItemImportExportFlags,
key_params: *const SecItemImportExportKeyParameters,
exported_data: NonNull<*const CFData>,
) -> i32Available on crate features
SecBase and SecImportExport only.Expand description
ยงSafety
sec_item_or_arrayshould be of the correct type.key_paramsmust be a valid pointer or null.exported_datamust be a valid pointer.