pub type DEVICE_DATA_SET_RANGE = _DEVICE_DATA_SET_RANGE;
struct DEVICE_DATA_SET_RANGE { pub StartingOffset: i64, pub LengthInBytes: u64, }
StartingOffset: i64
LengthInBytes: u64