#[no_mangle]
pub unsafe extern "C" fn vexDisplayClipRegionSetWithIndex(
index: i32,
x1: i32,
y1: i32,
x2: i32,
y2: i32,
)Expand description
Derived from https://github.com/jpearman/V5_CompetitionTest/blob/efb7214b983d30d5583e39b343161c26d7187766/include/comp_debug.h#L40
ยงSafety
Calls to jumptable functions are unsafe because jumptable functions are owned by VEXos and we cannot guarantee their safety.