int SetPixel( ffi.Pointer<HDC__> hdc, int x, int y, int color, ) { return (_SetPixel ??= _dylib.lookupFunction<_c_SetPixel, _dart_SetPixel>('SetPixel'))( hdc, x, y, color, ); }