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