PFNGLCOLORSUBTABLEEXTPROC typedef
        PFNGLCOLORSUBTABLEEXTPROC =
     Void Function(Uint32 target, Uint32 start, Uint32 count, Uint32 format, Uint32 type, Pointer<NativeType>  data)
    
    
    
Implementation
typedef PFNGLCOLORSUBTABLEEXTPROC =
    Void Function(
      Uint32 target,
      Uint32 start,
      Uint32 count,
      Uint32 format,
      Uint32 type,
      Pointer<NativeType> data,
    );