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