pub unsafe fn clist_find_before(
    list: *const clist_node_t,
    node: *const clist_node_t
) -> *mut clist_node_t