pub type T_VBVMR_MacroButton_GetStatus = Option<unsafe extern "C" fn(nuLogicalButton: c_long, pValue: *mut f32, bitmode: c_long) -> c_long>;

Aliased Type§

enum T_VBVMR_MacroButton_GetStatus {
    None,
    Some(unsafe extern "C" fn(_: i32, _: *mut f32, _: i32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: i32, _: *mut f32, _: i32) -> i32)

Some value of type T.