windows::Win32::Security::Cryptography

Function CryptEncodeObject

pub unsafe fn CryptEncodeObject<P1>(
    dwcertencodingtype: CERT_QUERY_ENCODING_TYPE,
    lpszstructtype: P1,
    pvstructinfo: *const c_void,
    pbencoded: Option<*mut u8>,
    pcbencoded: *mut u32,
) -> Result<()>
where P1: Param<PCSTR>,