Function windows::Win32::Security::Cryptography::CryptEncodeObjectEx

pub unsafe fn CryptEncodeObjectEx<P0>(
    dwcertencodingtype: CERT_QUERY_ENCODING_TYPE,
    lpszstructtype: P0,
    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 P0: Param<PCSTR>,