pub fn collect_scoped_byte_latency_stat<Stats: GetStatsForOp<OperationType> + Debug, OperationType: Copy + Clone + Debug>(
    _stats: Arc<Mutex<Stats>>,
    _io_range: Range<u64>,
    _operation: OperationType
) -> OpInfo