func (c *Config) Destroy() { C.al_destroy_config((*C.ALLEGRO_CONFIG)(c)) }
func (c *Config) Destroy() { C.al_destroy_config((*C.ALLEGRO_CONFIG)(unsafe.Pointer(c))) }