public static UIntPtr get_bytes_count(cef_post_data_element_t *self)
        {
            get_bytes_count_delegate d;
            var p = self->_get_bytes_count;

            if (p == _p9)
            {
                d = _d9;
            }
            else
            {
                d = (get_bytes_count_delegate)Marshal.GetDelegateForFunctionPointer(p, typeof(get_bytes_count_delegate));
                if (_p9 == IntPtr.Zero)
                {
                    _d9 = d; _p9 = p;
                }
            }
            return(d(self));
        }
 public static UIntPtr get_bytes_count(cef_post_data_element_t* self)
 {
     get_bytes_count_delegate d;
     var p = self->_get_bytes_count;
     if (p == _p9) { d = _d9; }
     else
     {
         d = (get_bytes_count_delegate)Marshal.GetDelegateForFunctionPointer(p, typeof(get_bytes_count_delegate));
         if (_p9 == IntPtr.Zero) { _d9 = d; _p9 = p; }
     }
     return d(self);
 }