pub type mjTimerStat = _mjTimerStat;
#[repr(C)]pub struct mjTimerStat { pub duration: f64, pub number: i32, }
duration: f64
number: i32