g_thread_pool_set_sort_function

Function g_thread_pool_set_sort_function 

Source
pub unsafe extern "C" fn g_thread_pool_set_sort_function(
    pool: *mut _GThreadPool,
    func: Option<unsafe extern "C" fn(*const c_void, *const c_void, *mut c_void) -> i32>,
    user_data: *mut c_void,
)