SecKeyCreateDecryptedData

Function SecKeyCreateDecryptedData 

Source
pub unsafe extern "C" fn SecKeyCreateDecryptedData(
    key: SecKeyRef,
    algorithm: SecKeyAlgorithm,
    ciphertext: CFDataRef,
    error: *mut CFErrorRef,
) -> CFDataRef