pub type GotoTypeDefinitionResponse = GotoDefinitionResponse;
enum GotoTypeDefinitionResponse { Scalar(Location), Array(Vec<Location>), Link(Vec<LocationLink>), }