windows::Win32::Security::CryptographyFunction CryptSignAndEncodeCertificate
pub unsafe fn CryptSignAndEncodeCertificate<P3>(
hcryptprovorncryptkey: Option<HCRYPTPROV_OR_NCRYPT_KEY_HANDLE>,
dwkeyspec: Option<CERT_KEY_SPEC>,
dwcertencodingtype: CERT_QUERY_ENCODING_TYPE,
lpszstructtype: P3,
pvstructinfo: *const c_void,
psignaturealgorithm: *const CRYPT_ALGORITHM_IDENTIFIER,
pvhashauxinfo: Option<*const c_void>,
pbencoded: Option<*mut u8>,
pcbencoded: *mut u32,
) -> Result<()>where
P3: Param<PCSTR>,