pub type PDEBUG_EXTENSION_CALL = Option<unsafe extern "system" fn(client: Option<IDebugClient>, args: PCSTR) -> HRESULT>;

Aliased Type§

enum PDEBUG_EXTENSION_CALL {
    None,
    Some(unsafe extern "system" fn(_: Option<IDebugClient>, _: PCSTR) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: Option<IDebugClient>, _: PCSTR) -> HRESULT)

Some value of type T.