Type Definition phper_sys::llist_apply_with_args_func_t[][src]

type llist_apply_with_args_func_t = Option<unsafe extern "C" fn(data: *mut c_void, num_args: c_int, args: *mut __va_list_tag)>;