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