Function CryptDecodeObjectEx
pub unsafe fn CryptDecodeObjectEx<P1>(
dwcertencodingtype: CERT_QUERY_ENCODING_TYPE,
lpszstructtype: P1,
pbencoded: &[u8],
dwflags: u32,
pdecodepara: Option<*const CRYPT_DECODE_PARA>,
pvstructinfo: Option<*mut c_void>,
pcbstructinfo: *mut u32,
) -> Result<()>where
P1: Param<PCSTR>,