#[no_mangle]
pub unsafe extern "C" fn vexImageBmpRead(
ibuf: *const u8,
oBuf: *mut v5_image,
maxw: u32,
maxh: u32,
) -> u32Expand description
ยงSafety
Calls to jumptable functions are unsafe because jumptable functions are owned by VEXos and we cannot guarantee their safety.