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