pub fn extract_bits(value: u64, start: u32, end: u32) -> u64
Extract range-specified ([start..end]) bits from the provided value.
start
end
value