int GetDCOrgEx( ffi.Pointer<HDC__> hdc, ffi.Pointer<LPPOINT> lppt, ) { return (_GetDCOrgEx ??= _dylib.lookupFunction<_c_GetDCOrgEx, _dart_GetDCOrgEx>('GetDCOrgEx'))( hdc, lppt, ); }