Function cmemchr

Source
pub unsafe extern "C" fn cmemchr(
    __s: *const c_void,
    __c: c_int,
    __n: c_ulong,
) -> *mut c_void