Function windows_sys::Win32::Security::Cryptography::CertVerifyCTLUsage
pub unsafe extern "system" fn CertVerifyCTLUsage(
dwencodingtype: u32,
dwsubjecttype: u32,
pvsubject: *const c_void,
psubjectusage: *const CTL_USAGE,
dwflags: u32,
pverifyusagepara: *const CTL_VERIFY_USAGE_PARA,
pverifyusagestatus: *mut CTL_VERIFY_USAGE_STATUS
) -> BOOL
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"