[][src]Function uikit_sys::SecKeyCreateDecryptedData

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