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