func QueryAPI() int { return int(C.eglQueryAPI()) }
func QueryAPI() Enum { return Enum(C.eglQueryAPI()) }