PFNGLBINDBUFFERSRANGEPROCDart typedef
        PFNGLBINDBUFFERSRANGEPROCDart =
     void Function(int target, int first, int count, Pointer<Uint32>  buffers, Pointer<Pointer<NativeType> >  offsets, Pointer<Pointer<Uint32> >  sizes)
    
    
    
Implementation
typedef PFNGLBINDBUFFERSRANGEPROCDart =
    void Function(
      int target,
      int first,
      int count,
      Pointer<Uint32> buffers,
      Pointer<Pointer<NativeType>> offsets,
      Pointer<Pointer<Uint32>> sizes,
    );