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