Function CryptEncodeObjectEx
pub unsafe fn CryptEncodeObjectEx<P1>(
dwcertencodingtype: CERT_QUERY_ENCODING_TYPE,
lpszstructtype: P1,
pvstructinfo: *const c_void,
dwflags: CRYPT_ENCODE_OBJECT_FLAGS,
pencodepara: Option<*const CRYPT_ENCODE_PARA>,
pvencoded: Option<*mut c_void>,
pcbencoded: *mut u32,
) -> Result<()>where
P1: Param<PCSTR>,