pub unsafe extern "C" fn memchr(
    _Buf: *const c_void,
    _Val: c_int,
    _MaxCount: size_t
) -> *const c_void