bell_destroy method

void bell_destroy(
  1. Pointer<FaustBell> bell
)

Implementation

void bell_destroy(ffi.Pointer<FaustBell> bell) {
  return _bell_destroy(bell);
}