1*d4726bddSHONG Yifan extern crate common_proto_rust; 2*d4726bddSHONG Yifan do_something(_x: &common_proto_rust::Config) -> bool3*d4726bddSHONG Yifan pub fn do_something(_x: &common_proto_rust::Config) -> bool { 4*d4726bddSHONG Yifan true 5*d4726bddSHONG Yifan } 6