pub fn calculate_gas_for_code( read_cost: u64, per_byte_cost: u64, code_len_bytes: u64, ) -> u64
Calculates gas amount required to charge for code loading.