virt_sys/
lib.rs

1#![allow(non_camel_case_types, non_snake_case, non_upper_case_globals)]
2
3// Bindgen generated tests dereference null pointers for struct layout testing.
4#![cfg_attr(test, allow(unknown_lints, deref_nullptr))]
5
6pub type _virTypedParameterValue = _virTypedParameter__bindgen_ty_1;
7
8include!(concat!(env!("OUT_DIR"), "/bindings.rs"));