PFNGLCOPYTEXSUBIMAGE1DEXTPROC typedef
        PFNGLCOPYTEXSUBIMAGE1DEXTPROC =
     Void Function(Uint32 target, Int32 level, Int32 xoffset, Int32 x, Int32 y, Uint32 width)
    
    
    
Implementation
typedef PFNGLCOPYTEXSUBIMAGE1DEXTPROC =
    Void Function(
      Uint32 target,
      Int32 level,
      Int32 xoffset,
      Int32 x,
      Int32 y,
      Uint32 width,
    );