pub unsafe extern "system" fn CryptDecryptMessage(
    pdecryptpara: *const CRYPT_DECRYPT_MESSAGE_PARA,
    pbencryptedblob: *const u8,
    cbencryptedblob: u32,
    pbdecrypted: *mut u8,
    pcbdecrypted: *mut u32,
    ppxchgcert: *mut *mut CERT_CONTEXT
) -> BOOL
Expand description

Required features: "Win32_Foundation"