void qsort( ffi.Pointer<ffi.Void> __base, int __nmemb, int __size, __compar_fn_t __compar, ) { return _qsort( __base, __nmemb, __size, __compar, ); }