DeleteObject method

int DeleteObject(
  1. Pointer<Void> ho
)

Implementation

int DeleteObject(
  ffi.Pointer<ffi.Void> ho,
) {
  return (_DeleteObject ??= _dylib
      .lookupFunction<_c_DeleteObject, _dart_DeleteObject>('DeleteObject'))(
    ho,
  );
}