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