pub fn parse_proto_file_with_includes( proto_path: &Path, include_paths: &[PathBuf], ) -> Result<Vec<ServiceDef>>
Parse a proto file with additional include paths and extract service definitions