pub unsafe fn ShowX509EncodedCertificate<P0>(
    hwndparent: P0,
    lpcert: &[u8],
) -> u32
where P0: Param<HWND>,