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