pub type EXTDLL_QUERYDATABYTAG = Option<unsafe extern "system" fn(client: Option<IDebugClient4>, dwdatatag: u32, pqueryinfo: *const c_void, pdata: *mut u8, cbdata: u32) -> HRESULT>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.