#[no_mangle]
pub unsafe extern "C" fn vexSystemTimerReinitForRtos(
priority: u32,
handler: extern "C" fn(data: *mut c_void),
) -> i32Expand description
ยงSafety
Calls to jumptable functions are unsafe because jumptable functions are owned by VEXos and we cannot guarantee their safety.