g_array_sort

Function g_array_sort 

Source
pub unsafe extern "C" fn g_array_sort(
    array: *mut _GArray,
    compare_func: Option<unsafe extern "C" fn(*const c_void, *const c_void) -> i32>,
)