void sound_set_looped( ffi.Pointer<Sound> self, bool value, int delay_ms, ) { return _sound_set_looped( self, value, delay_ms, ); }