func (s *SampleInstance) GetLength() uint32 { return uint32(C.al_get_sample_instance_length((*C.ALLEGRO_SAMPLE_INSTANCE)(unsafe.Pointer(s)))) }
// Returns the length of the sample instance func (self *SampleInstance) Length() uint { return uint(C.al_get_sample_instance_length(self.handle)) }