ULongToHandle method

Pointer<Void> ULongToHandle(
  1. int h
)

Implementation

ffi.Pointer<ffi.Void> ULongToHandle(
  int h,
) {
  return (_ULongToHandle ??=
      _dylib.lookupFunction<_c_ULongToHandle, _dart_ULongToHandle>(
          'ULongToHandle'))(
    h,
  );
}