SecKeyCreateDecryptedData

Function SecKeyCreateDecryptedData 

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