PFNGLGETNHISTOGRAMARBPROC typedef
        PFNGLGETNHISTOGRAMARBPROC =
     Void Function(Uint32 target, Int32 reset, Uint32 format, Uint32 type, Uint32 bufSize, Pointer<NativeType>  values)
    
    
    
Implementation
typedef PFNGLGETNHISTOGRAMARBPROC =
    Void Function(
      Uint32 target,
      Int32 reset,
      Uint32 format,
      Uint32 type,
      Uint32 bufSize,
      Pointer<NativeType> values,
    );