_lfind

Function _lfind 

Source
pub unsafe extern "C" fn _lfind(
    _Key: *const c_void,
    _Base: *const c_void,
    _NumOfElements: *mut c_uint,
    _SizeOfElements: c_uint,
    _PtFuncCompare: Option<unsafe extern "C" fn(arg1: *const c_void, arg2: *const c_void) -> c_int>,
) -> *mut c_void