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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.