Function windows::Win32::Security::Cryptography::CryptMsgGetParam
pub unsafe fn CryptMsgGetParam(
hcryptmsg: *const c_void,
dwparamtype: u32,
dwindex: u32,
pvdata: Option<*mut c_void>,
pcbdata: *mut u32,
) -> Result<()>