DeleteBoundaryDescriptor method

void DeleteBoundaryDescriptor(
  1. Pointer<Void> BoundaryDescriptor
)

Implementation

void DeleteBoundaryDescriptor(
  ffi.Pointer<ffi.Void> BoundaryDescriptor,
) {
  return _DeleteBoundaryDescriptor(
    BoundaryDescriptor,
  );
}