int GetPixel( ffi.Pointer<HDC__> hdc, int x, int y, ) { return (_GetPixel ??= _dylib.lookupFunction<_c_GetPixel, _dart_GetPixel>('GetPixel'))( hdc, x, y, ); }