pub type EXT_GET_FA_ENTRIES_DATA = Option<unsafe extern "system" fn(client: Option<IDebugClient4>, count: *mut u32, entries: *mut *mut FA_ENTRY) -> HRESULT>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.