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