PFNGLCOMPRESSEDTEXSUBIMAGE1DARBPROC typedef
        PFNGLCOMPRESSEDTEXSUBIMAGE1DARBPROC =
     Void Function(Uint32 target, Int32 level, Int32 xoffset, Uint32 width, Uint32 format, Uint32 imageSize, Pointer<NativeType>  data)
    
    
    
Implementation
typedef PFNGLCOMPRESSEDTEXSUBIMAGE1DARBPROC =
    Void Function(
      Uint32 target,
      Int32 level,
      Int32 xoffset,
      Uint32 width,
      Uint32 format,
      Uint32 imageSize,
      Pointer<NativeType> data,
    );