PFNGLBINDBUFFERSBASEPROC typedef
        PFNGLBINDBUFFERSBASEPROC =
     Void Function(Uint32 target, Uint32 first, Uint32 count, Pointer<Uint32>  buffers)
    
    
    
Implementation
typedef PFNGLBINDBUFFERSBASEPROC =
    Void Function(
      Uint32 target,
      Uint32 first,
      Uint32 count,
      Pointer<Uint32> buffers,
    );