pub type mjfItemEnable = Option<unsafe extern "C" fn(category: c_int, data: *mut c_void) -> c_int>;
pub enum mjfItemEnable { None, Some(unsafe extern "C" fn(i32, *mut c_void) -> i32), }
No value.
Some value of type T.
T