pub type PFN_CERT_ENUM_PHYSICAL_STORE = Option<unsafe extern "system" fn(pvsystemstore: *const c_void, dwflags: u32, pwszstorename: PCWSTR, pstoreinfo: *const CERT_PHYSICAL_STORE_INFO, pvreserved: *mut c_void, pvarg: *mut c_void) -> BOOL>;
Expand description

Required features: "Win32_Security_Cryptography", "Win32_Foundation"