pub type profiler_time_entry_t = profiler_time_entry;
#[repr(C)]pub struct profiler_time_entry_t { pub time_delta: u64, pub count: u64, }
time_delta: u64
count: u64