Function windows_sys::Win32::Security::Cryptography::CertCreateCertificateContext
pub unsafe extern "system" fn CertCreateCertificateContext(
dwcertencodingtype: CERT_QUERY_ENCODING_TYPE,
pbcertencoded: *const u8,
cbcertencoded: u32
) -> *mut CERT_CONTEXT
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"