Function g_qsort_with_data

pub unsafe extern "C" fn g_qsort_with_data(
    pbase: *const c_void,
    total_elems: i32,
    size: usize,
    compare_func: Option<unsafe extern "C" fn(*const c_void, *const c_void, *mut c_void) -> i32>,
    user_data: *mut c_void,
)