pub type PHIDP_INSERT_SCANCODES = Option<unsafe extern "system" fn(context: *const c_void, newscancodes: PCSTR, length: u32) -> BOOLEAN>;

Aliased Type§

enum PHIDP_INSERT_SCANCODES {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: PCSTR, _: u32) -> BOOLEAN),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void, _: PCSTR, _: u32) -> BOOLEAN)

Some value of type T.