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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.