func (s *SampleInstance) Play() bool { return bool(C.al_play_sample_instance((*C.ALLEGRO_SAMPLE_INSTANCE)(unsafe.Pointer(s)))) }
// Plays the sample instance func (self *SampleInstance) Play() bool { return cb2b(C.al_play_sample_instance(self.handle)) }