pub type HISTOGRAM_BUCKET = _HISTOGRAM_BUCKET;
struct HISTOGRAM_BUCKET { pub Reads: u32, pub Writes: u32, }
Reads: u32
Writes: u32