DeleteObject method

int DeleteObject(
  1. Pointer<Void> ho
)

Implementation

int DeleteObject(
  ffi.Pointer<ffi.Void> ho,
) {
  return _DeleteObject(
    ho,
  );
}