pub fn check_precompile_implements_solidity_interfaces<F>( files: &[&'static str], supports_selector: F )where F: Fn(u32) -> bool,