pub type PFN_CERT_STORE_PROV_GET_CERT_PROPERTY = Option<unsafe extern "system" fn(hstoreprov: HCERTSTOREPROV, pcertcontext: *const CERT_CONTEXT, dwpropid: u32, dwflags: u32, pvdata: *mut c_void, pcbdata: *mut u32) -> BOOL>;
Expand description

Required features: "Win32_Security_Cryptography", "Win32_Foundation"