Function g_slist_sort

pub unsafe extern "C" fn g_slist_sort(
    list: *mut GSList,
    compare_func: Option<unsafe extern "C" fn(*const c_void, *const c_void) -> i32>,
) -> *mut GSList