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