If we don't clear the callbacks, they may be called after our functions are deleted. Disconnecting the stream also doesn't appear to be done automatically when calling `pa_stream_unref()` for the last time, so let's do that.
CodeBlock