pub fn compile_solidity_contract( source_code: &str, file_name: &str, contract_name: &str, extra_sources: &[(&str, &str)], ) -> Result<Vec<u8>>