Function cmemchr

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