int LineTo( ffi.Pointer<HDC__> hdc, int x, int y, ) { return (_LineTo ??= _dylib.lookupFunction<_c_LineTo, _dart_LineTo>('LineTo'))( hdc, x, y, ); }