@brief hexagon neighbors in all directions
int gridDisk( int origin, int k, ffi.Pointer<ffi.Uint64> out, ) { return _gridDisk( origin, k, out, ); }