GlGetCompressedTextureImage typedef
        GlGetCompressedTextureImage =
     void Function(int texture, int level, int bufSize, Pointer<NativeType>  pixels)
    
    
    
Implementation
typedef GlGetCompressedTextureImage = void Function(
    int texture, int level, int bufSize, Pointer pixels);