Function windows::Win32::Security::Cryptography::CryptDecodeObjectEx

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