pub unsafe extern "C" fn ly_pattern_match( ctx: *const ly_ctx, pattern: *const c_char, string: *const c_char, str_len: u32, pcode: *mut *mut pcre2_code_8, ) -> Type