pub type virEventHandleCallback = Option<extern "C" fn(watch: c_int, fd: c_int, events: c_int, opaque: *mut c_void)>;
pub enum virEventHandleCallback { None, Some(extern "C" fn(i32, i32, i32, *mut c_void)), }
No value.
Some value of type T.
T