GlCompressedTextureImage1DEXTNative typedef
        GlCompressedTextureImage1DEXTNative =
     Void Function(Uint32 texture, Uint32 target, Int32 level, Uint32 internalformat, Int32 width, Int32 border, Int32 imageSize, Pointer<NativeType>  bits)
    
    
    
Implementation
typedef GlCompressedTextureImage1DEXTNative = Void Function(
    Uint32 texture,
    Uint32 target,
    Int32 level,
    Uint32 internalformat,
    Int32 width,
    Int32 border,
    Int32 imageSize,
    Pointer bits);