Function zend_llist_sort

Source
pub unsafe extern "C" fn zend_llist_sort(
    l: *mut zend_llist,
    comp_func: llist_compare_func_t,
)