pub unsafe extern "C" fn memmem( __haystack: *const c_void, __haystacklen: usize, __needle: *const c_void, __needlelen: usize, ) -> *mut c_void