pub unsafe extern "C" fn memmem( haystack: *const c_void, haystacklen: usize, needle: *const c_void, needlelen: usize, ) -> *mut c_void