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