ffi.Pointer<CUBitmap> cu_screen_capture_region( int x, int y, int width, int height, ) { return _cu_screen_capture_region( x, y, width, height, ); }