pub type PINSPECT_HSTRING_CALLBACK2 = Option<unsafe extern "system" fn(context: *const c_void, readaddress: u64, length: u32, buffer: *mut u8) -> HRESULT>;

Aliased Type§

enum PINSPECT_HSTRING_CALLBACK2 {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: u64, _: u32, _: *mut u8) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void, _: u64, _: u32, _: *mut u8) -> HRESULT)

Some value of type T.