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: *const c_void, pvarg: *mut c_void) -> BOOL>;
Expand description

Required features: "Win32_Foundation"

Aliased Type§

enum PFN_CERT_ENUM_PHYSICAL_STORE {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: u32, _: *const u16, _: *const CERT_PHYSICAL_STORE_INFO, _: *const c_void, _: *mut c_void) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void, _: u32, _: *const u16, _: *const CERT_PHYSICAL_STORE_INFO, _: *const c_void, _: *mut c_void) -> i32)

Some value of type T.