I am currently trying to get a callback whenever the Volume changes, after digging through the binding file and documentation I found `libvlc_audio_set_volume_callback`. Now the question is how does it work? Excerpt from the code: @vlc.CallbackDecorators.AudioSetVolumeCb def test(volume, mute): prin...