Type Alias PFN_CERT_ENUM_PHYSICAL_STORE

Source
pub type PFN_CERT_ENUM_PHYSICAL_STORE = Option<unsafe extern "C" fn(pvSystemStore: *const c_void, dwFlags: DWORD, pwszStoreName: LPCWSTR, pStoreInfo: PCERT_PHYSICAL_STORE_INFO, pvReserved: *mut c_void, pvArg: *mut c_void) -> BOOL>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.