SetSystemCursor method
Implementation
int SetSystemCursor(
ffi.Pointer<HICON__> hcur,
int id,
) {
return (_SetSystemCursor ??=
_dylib.lookupFunction<_c_SetSystemCursor, _dart_SetSystemCursor>(
'SetSystemCursor'))(
hcur,
id,
);
}