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