pub unsafe extern "C" fn ws_memmem( haystack: *const c_void, haystack_len: usize, needle: *const c_void, needle_len: usize, ) -> *const guint8