pub type PGET_FULL_IMAGE_NAME = Option<unsafe extern "system" fn(client: Option<IDebugClient>, process: u64, fullimagename: *mut PSTR) -> HRESULT>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.