SecKeyCreateEncryptedData

Function SecKeyCreateEncryptedData 

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