SecKeyCopyExternalRepresentation

Function SecKeyCopyExternalRepresentation 

Source
pub unsafe extern "C-unwind" fn SecKeyCopyExternalRepresentation(
    key: &SecKey,
    error: *mut *mut CFError,
) -> Option<CFRetained<CFData>>
👎Deprecated: renamed to SecKey::external_representation
Available on crate features SecBase and SecKey only.