pub type PDEBUG_EXTENSION_KNOWN_STRUCT = Option<unsafe extern "system" fn(flags: u32, offset: u64, typename: PCSTR, buffer: PSTR, bufferchars: *mut u32) -> HRESULT>;

Aliased Type§

enum PDEBUG_EXTENSION_KNOWN_STRUCT {
    None,
    Some(unsafe extern "system" fn(_: u32, _: u64, _: PCSTR, _: PSTR, _: *mut u32) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: u32, _: u64, _: PCSTR, _: PSTR, _: *mut u32) -> HRESULT)

Some value of type T.