func (s *Sample) GetData() unsafe.Pointer { return unsafe.Pointer(C.al_get_sample_data((*C.ALLEGRO_SAMPLE)(unsafe.Pointer(s)))) }
// Returns the raw data pointer of the sample data. func (self *Sample) DataRaw() unsafe.Pointer { return (C.al_get_sample_data(self.handle)) }