#[unsafe(no_mangle)]pub unsafe extern "C" fn memrchr( haystack: *const c_void, needle: c_int, len: size_t, ) -> *mut c_void
Non-POSIX, see https://www.man7.org/linux/man-pages/man3/memchr.3.html.