PFNGLWEIGHTPOINTERARBPROC typedef
        PFNGLWEIGHTPOINTERARBPROC =
     Void Function(Int32 size, Uint32 type, Uint32 stride, Pointer<NativeType>  pointer)
    
    
    
Implementation
typedef PFNGLWEIGHTPOINTERARBPROC =
    Void Function(
      Int32 size,
      Uint32 type,
      Uint32 stride,
      Pointer<NativeType> pointer,
    );