Function reth_revm::precompile::bn128::run_pair

pub fn run_pair(
    input: &[u8],
    pair_per_point_cost: u64,
    pair_base_cost: u64,
    gas_limit: u64,
) -> Result<PrecompileOutput, PrecompileErrors>