pub type ddsrt_avl_walk_t = Option<unsafe extern "C" fn(node: *mut c_void, arg: *mut c_void)>;
enum ddsrt_avl_walk_t { None, Some(unsafe extern "C" fn(_: *mut c_void, _: *mut c_void)), }
No value.
Some value of type T.
T