public unsafe void Timer(void *data) { ThrowIfDisposed(); LibFluidsynth.fluid_event_timer(Handle, data); }