Function windows_sys::Win32::Security::Cryptography::CryptDecryptMessage
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