PFNGLBINDBUFFEROFFSETNVPROCDart typedef
        PFNGLBINDBUFFEROFFSETNVPROCDart =
     void Function(int target, int index, int buffer, Pointer<NativeType>  offset)
    
    
    
Implementation
typedef PFNGLBINDBUFFEROFFSETNVPROCDart =
    void Function(
      int target,
      int index,
      int buffer,
      Pointer<NativeType> offset,
    );