void bell_set_frequency(ffi.Pointer<FaustBell> bell, double freq) { return _bell_set_frequency(bell, freq); }