@brief generates all pentagons at the specified resolution
int getPentagons( int res, ffi.Pointer<ffi.Uint64> out, ) { return _getPentagons( res, out, ); }