pub type T_VBVMR_MacroButton_SetStatus = Option<unsafe extern "C" fn(nuLogicalButton: c_long, fValue: f32, bitmode: c_long) -> c_long>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.