pub type HISTOGRAM_BUCKET = _HISTOGRAM_BUCKET;
#[repr(C)]pub struct HISTOGRAM_BUCKET { pub Reads: u64, pub Writes: u64, }
Reads: u64
Writes: u64