void sound_set_looped(Pointer<Sound> self, bool value, int delay_ms) => _sound_set_looped(self.addr, value, delay_ms);