Function CryptFormatObject
pub unsafe fn CryptFormatObject<P4>(
dwcertencodingtype: CERT_QUERY_ENCODING_TYPE,
dwformattype: u32,
dwformatstrtype: u32,
pformatstruct: Option<*const c_void>,
lpszstructtype: P4,
pbencoded: &[u8],
pbformat: Option<*mut c_void>,
pcbformat: *mut u32,
) -> Result<()>where
P4: Param<PCSTR>,