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