pub type PFNCFILTERPROC = Option<unsafe extern "system" fn(pcertcontext: *const CERT_CONTEXT, pfinitialselectedcert: *mut BOOL, pvcallbackdata: *mut c_void) -> BOOL>;
Expand description

Required features: "Win32_Security_Cryptography_UI", "Win32_Foundation"