PFNGLBUFFERSUBDATAPROCDart typedef
        PFNGLBUFFERSUBDATAPROCDart =
     void Function(int target, Pointer<NativeType>  offset, Pointer<Uint32>  size, Pointer<NativeType>  data)
    
    
    
Implementation
typedef PFNGLBUFFERSUBDATAPROCDart =
    void Function(
      int target,
      Pointer<NativeType> offset,
      Pointer<Uint32> size,
      Pointer<NativeType> data,
    );