public string GetCoordName(int coordId) { return(GrammarApi.GetCString(b => GrammarApi.sol_GetCoordName(_engine, coordId, b))); }