Function browser_window::prelude::cqsort
source · pub unsafe extern "C" fn cqsort(
__base: *mut c_void,
__nmemb: usize,
__size: usize,
__compar: Option<unsafe extern "C" fn(_: *const c_void, _: *const c_void) -> i32>
)