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