pub type PDEBUG_EXTENSION_PROVIDE_VALUE = Option<unsafe extern "system" fn(client: Option<IDebugClient>, flags: u32, name: PCWSTR, value: *mut u64, typemodbase: *mut u64, typeid: *mut u32, typeflags: *mut u32) -> HRESULT>;

Aliased Type§

enum PDEBUG_EXTENSION_PROVIDE_VALUE {
    None,
    Some(unsafe extern "system" fn(_: Option<IDebugClient>, _: u32, _: PCWSTR, _: *mut u64, _: *mut u64, _: *mut u32, _: *mut u32) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: Option<IDebugClient>, _: u32, _: PCWSTR, _: *mut u64, _: *mut u64, _: *mut u32, _: *mut u32) -> HRESULT)

Some value of type T.