pub unsafe fn CryptGetMessageCertificates<P0>(
    dwmsgandcertencodingtype: u32,
    hcryptprov: P0,
    dwflags: u32,
    pbsignedblob: &[u8],
) -> Result<HCERTSTORE>
where P0: Param<HCRYPTPROV_LEGACY>,