pub const fn copy_cost(base_cost: u64, len: usize) -> Option<u64>
Calculates the gas cost for copy operations based on data length.