windows::Win32::Security::Cryptography

Function CryptDecodeObject

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