Function memchr

Source
pub unsafe extern "C" fn memchr(
    __s: *const c_void,
    __ch: c_int,
    __n: c_uint,
) -> *mut c_void