Function mex_sys::_lsearch_s [] [src]

pub unsafe extern "C" fn _lsearch_s(
    _Key: *const c_void,
    _Base: *mut c_void,
    _NumOfElements: *mut c_uint,
    _SizeOfElements: size_t,
    _PtFuncCompare: Option<unsafe extern "C" fn(_: *mut c_void, _: *const c_void, _: *const c_void) -> c_int>,
    _Context: *mut c_void
) -> *mut c_void