PFNGLBINDBUFFERRANGENVPROC typedef
        PFNGLBINDBUFFERRANGENVPROC =
     Void Function(Uint32 target, Uint32 index, Uint32 buffer, Pointer<NativeType>  offset, Pointer<Uint32>  size)
    
    
    
Implementation
typedef PFNGLBINDBUFFERRANGENVPROC =
    Void Function(
      Uint32 target,
      Uint32 index,
      Uint32 buffer,
      Pointer<NativeType> offset,
      Pointer<Uint32> size,
    );