pub type fvalue_t = _fvalue_t;
#[repr(C)]pub struct fvalue_t { pub ftype: *mut _ftype_t, pub value: _fvalue_t__bindgen_ty_1, }
ftype: *mut _ftype_t
value: _fvalue_t__bindgen_ty_1