pub type mjfSensor = Option<unsafe extern "C" fn(m: *const mjModel, d: *mut mjData, stage: c_int)>;
pub enum mjfSensor { None, Some(unsafe extern "C" fn(*const _mjModel, *mut _mjData, i32)), }
No value.
Some value of type T.
T