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