onig_sys/
ffi.rs

1/* generated with bindgen oniguruma/src/oniguruma.h --with-derive-eq --no-layout-tests --distrust-clang-mangling > src/ffi.rs */
2
3pub const ONIGURUMA_VERSION_MAJOR: u32 = 6;
4pub const ONIGURUMA_VERSION_MINOR: u32 = 9;
5pub const ONIGURUMA_VERSION_TEENY: u32 = 5;
6pub const ONIGURUMA_VERSION_INT: u32 = 60905;
7pub const ONIGENC_CASE_FOLD_TURKISH_AZERI: u32 = 1048576;
8pub const INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR: u32 = 1073741824;
9pub const ONIGENC_CASE_FOLD_MIN: u32 = 1073741824;
10pub const ONIGENC_MAX_COMP_CASE_FOLD_CODE_LEN: u32 = 3;
11pub const ONIGENC_GET_CASE_FOLD_CODES_MAX_NUM: u32 = 13;
12pub const ONIGENC_CODE_TO_MBC_MAXLEN: u32 = 7;
13pub const ONIGENC_MBC_CASE_FOLD_MAXLEN: u32 = 18;
14pub const ONIG_NREGION: u32 = 10;
15pub const ONIG_MAX_CAPTURE_NUM: u32 = 2147483647;
16pub const ONIG_MAX_BACKREF_NUM: u32 = 1000;
17pub const ONIG_MAX_REPEAT_NUM: u32 = 100000;
18pub const ONIG_MAX_MULTI_BYTE_RANGES_NUM: u32 = 10000;
19pub const ONIG_MAX_ERROR_MESSAGE_LEN: u32 = 90;
20pub const ONIG_OPTION_NONE: u32 = 0;
21pub const ONIG_OPTION_IGNORECASE: u32 = 1;
22pub const ONIG_OPTION_EXTEND: u32 = 2;
23pub const ONIG_OPTION_MULTILINE: u32 = 4;
24pub const ONIG_OPTION_SINGLELINE: u32 = 8;
25pub const ONIG_OPTION_FIND_LONGEST: u32 = 16;
26pub const ONIG_OPTION_FIND_NOT_EMPTY: u32 = 32;
27pub const ONIG_OPTION_NEGATE_SINGLELINE: u32 = 64;
28pub const ONIG_OPTION_DONT_CAPTURE_GROUP: u32 = 128;
29pub const ONIG_OPTION_CAPTURE_GROUP: u32 = 256;
30pub const ONIG_OPTION_NOTBOL: u32 = 512;
31pub const ONIG_OPTION_NOTEOL: u32 = 1024;
32pub const ONIG_OPTION_POSIX_REGION: u32 = 2048;
33pub const ONIG_OPTION_CHECK_VALIDITY_OF_STRING: u32 = 4096;
34pub const ONIG_OPTION_IGNORECASE_IS_ASCII: u32 = 32768;
35pub const ONIG_OPTION_WORD_IS_ASCII: u32 = 65536;
36pub const ONIG_OPTION_DIGIT_IS_ASCII: u32 = 131072;
37pub const ONIG_OPTION_SPACE_IS_ASCII: u32 = 262144;
38pub const ONIG_OPTION_POSIX_IS_ASCII: u32 = 524288;
39pub const ONIG_OPTION_TEXT_SEGMENT_EXTENDED_GRAPHEME_CLUSTER: u32 = 1048576;
40pub const ONIG_OPTION_TEXT_SEGMENT_WORD: u32 = 2097152;
41pub const ONIG_OPTION_NOT_BEGIN_STRING: u32 = 4194304;
42pub const ONIG_OPTION_NOT_END_STRING: u32 = 8388608;
43pub const ONIG_OPTION_NOT_BEGIN_POSITION: u32 = 16777216;
44pub const ONIG_OPTION_CALLBACK_EACH_MATCH: u32 = 33554432;
45pub const ONIG_OPTION_MAXBIT: u32 = 33554432;
46pub const ONIG_SYN_OP_VARIABLE_META_CHARACTERS: u32 = 1;
47pub const ONIG_SYN_OP_DOT_ANYCHAR: u32 = 2;
48pub const ONIG_SYN_OP_ASTERISK_ZERO_INF: u32 = 4;
49pub const ONIG_SYN_OP_ESC_ASTERISK_ZERO_INF: u32 = 8;
50pub const ONIG_SYN_OP_PLUS_ONE_INF: u32 = 16;
51pub const ONIG_SYN_OP_ESC_PLUS_ONE_INF: u32 = 32;
52pub const ONIG_SYN_OP_QMARK_ZERO_ONE: u32 = 64;
53pub const ONIG_SYN_OP_ESC_QMARK_ZERO_ONE: u32 = 128;
54pub const ONIG_SYN_OP_BRACE_INTERVAL: u32 = 256;
55pub const ONIG_SYN_OP_ESC_BRACE_INTERVAL: u32 = 512;
56pub const ONIG_SYN_OP_VBAR_ALT: u32 = 1024;
57pub const ONIG_SYN_OP_ESC_VBAR_ALT: u32 = 2048;
58pub const ONIG_SYN_OP_LPAREN_SUBEXP: u32 = 4096;
59pub const ONIG_SYN_OP_ESC_LPAREN_SUBEXP: u32 = 8192;
60pub const ONIG_SYN_OP_ESC_AZ_BUF_ANCHOR: u32 = 16384;
61pub const ONIG_SYN_OP_ESC_CAPITAL_G_BEGIN_ANCHOR: u32 = 32768;
62pub const ONIG_SYN_OP_DECIMAL_BACKREF: u32 = 65536;
63pub const ONIG_SYN_OP_BRACKET_CC: u32 = 131072;
64pub const ONIG_SYN_OP_ESC_W_WORD: u32 = 262144;
65pub const ONIG_SYN_OP_ESC_LTGT_WORD_BEGIN_END: u32 = 524288;
66pub const ONIG_SYN_OP_ESC_B_WORD_BOUND: u32 = 1048576;
67pub const ONIG_SYN_OP_ESC_S_WHITE_SPACE: u32 = 2097152;
68pub const ONIG_SYN_OP_ESC_D_DIGIT: u32 = 4194304;
69pub const ONIG_SYN_OP_LINE_ANCHOR: u32 = 8388608;
70pub const ONIG_SYN_OP_POSIX_BRACKET: u32 = 16777216;
71pub const ONIG_SYN_OP_QMARK_NON_GREEDY: u32 = 33554432;
72pub const ONIG_SYN_OP_ESC_CONTROL_CHARS: u32 = 67108864;
73pub const ONIG_SYN_OP_ESC_C_CONTROL: u32 = 134217728;
74pub const ONIG_SYN_OP_ESC_OCTAL3: u32 = 268435456;
75pub const ONIG_SYN_OP_ESC_X_HEX2: u32 = 536870912;
76pub const ONIG_SYN_OP_ESC_X_BRACE_HEX8: u32 = 1073741824;
77pub const ONIG_SYN_OP_ESC_O_BRACE_OCTAL: u32 = 2147483648;
78pub const ONIG_SYN_OP2_ESC_CAPITAL_Q_QUOTE: u32 = 1;
79pub const ONIG_SYN_OP2_QMARK_GROUP_EFFECT: u32 = 2;
80pub const ONIG_SYN_OP2_OPTION_PERL: u32 = 4;
81pub const ONIG_SYN_OP2_OPTION_RUBY: u32 = 8;
82pub const ONIG_SYN_OP2_PLUS_POSSESSIVE_REPEAT: u32 = 16;
83pub const ONIG_SYN_OP2_PLUS_POSSESSIVE_INTERVAL: u32 = 32;
84pub const ONIG_SYN_OP2_CCLASS_SET_OP: u32 = 64;
85pub const ONIG_SYN_OP2_QMARK_LT_NAMED_GROUP: u32 = 128;
86pub const ONIG_SYN_OP2_ESC_K_NAMED_BACKREF: u32 = 256;
87pub const ONIG_SYN_OP2_ESC_G_SUBEXP_CALL: u32 = 512;
88pub const ONIG_SYN_OP2_ATMARK_CAPTURE_HISTORY: u32 = 1024;
89pub const ONIG_SYN_OP2_ESC_CAPITAL_C_BAR_CONTROL: u32 = 2048;
90pub const ONIG_SYN_OP2_ESC_CAPITAL_M_BAR_META: u32 = 4096;
91pub const ONIG_SYN_OP2_ESC_V_VTAB: u32 = 8192;
92pub const ONIG_SYN_OP2_ESC_U_HEX4: u32 = 16384;
93pub const ONIG_SYN_OP2_ESC_GNU_BUF_ANCHOR: u32 = 32768;
94pub const ONIG_SYN_OP2_ESC_P_BRACE_CHAR_PROPERTY: u32 = 65536;
95pub const ONIG_SYN_OP2_ESC_P_BRACE_CIRCUMFLEX_NOT: u32 = 131072;
96pub const ONIG_SYN_OP2_ESC_H_XDIGIT: u32 = 524288;
97pub const ONIG_SYN_OP2_INEFFECTIVE_ESCAPE: u32 = 1048576;
98pub const ONIG_SYN_OP2_QMARK_LPAREN_IF_ELSE: u32 = 2097152;
99pub const ONIG_SYN_OP2_ESC_CAPITAL_K_KEEP: u32 = 4194304;
100pub const ONIG_SYN_OP2_ESC_CAPITAL_R_GENERAL_NEWLINE: u32 = 8388608;
101pub const ONIG_SYN_OP2_ESC_CAPITAL_N_O_SUPER_DOT: u32 = 16777216;
102pub const ONIG_SYN_OP2_QMARK_TILDE_ABSENT_GROUP: u32 = 33554432;
103pub const ONIG_SYN_OP2_ESC_X_Y_GRAPHEME_CLUSTER: u32 = 67108864;
104pub const ONIG_SYN_OP2_ESC_X_Y_TEXT_SEGMENT: u32 = 67108864;
105pub const ONIG_SYN_OP2_QMARK_PERL_SUBEXP_CALL: u32 = 134217728;
106pub const ONIG_SYN_OP2_QMARK_BRACE_CALLOUT_CONTENTS: u32 = 268435456;
107pub const ONIG_SYN_OP2_ASTERISK_CALLOUT_NAME: u32 = 536870912;
108pub const ONIG_SYN_OP2_OPTION_ONIGURUMA: u32 = 1073741824;
109pub const ONIG_SYN_OP2_QMARK_CAPITAL_P_NAME: u32 = 2147483648;
110pub const ONIG_SYN_CONTEXT_INDEP_ANCHORS: u32 = 2147483648;
111pub const ONIG_SYN_CONTEXT_INDEP_REPEAT_OPS: u32 = 1;
112pub const ONIG_SYN_CONTEXT_INVALID_REPEAT_OPS: u32 = 2;
113pub const ONIG_SYN_ALLOW_UNMATCHED_CLOSE_SUBEXP: u32 = 4;
114pub const ONIG_SYN_ALLOW_INVALID_INTERVAL: u32 = 8;
115pub const ONIG_SYN_ALLOW_INTERVAL_LOW_ABBREV: u32 = 16;
116pub const ONIG_SYN_STRICT_CHECK_BACKREF: u32 = 32;
117pub const ONIG_SYN_DIFFERENT_LEN_ALT_LOOK_BEHIND: u32 = 64;
118pub const ONIG_SYN_CAPTURE_ONLY_NAMED_GROUP: u32 = 128;
119pub const ONIG_SYN_ALLOW_MULTIPLEX_DEFINITION_NAME: u32 = 256;
120pub const ONIG_SYN_FIXED_INTERVAL_IS_GREEDY_ONLY: u32 = 512;
121pub const ONIG_SYN_ISOLATED_OPTION_CONTINUE_BRANCH: u32 = 1024;
122pub const ONIG_SYN_VARIABLE_LEN_LOOK_BEHIND: u32 = 2048;
123pub const ONIG_SYN_NOT_NEWLINE_IN_NEGATIVE_CC: u32 = 1048576;
124pub const ONIG_SYN_BACKSLASH_ESCAPE_IN_CC: u32 = 2097152;
125pub const ONIG_SYN_ALLOW_EMPTY_RANGE_IN_CC: u32 = 4194304;
126pub const ONIG_SYN_ALLOW_DOUBLE_RANGE_OP_IN_CC: u32 = 8388608;
127pub const ONIG_SYN_ALLOW_INVALID_CODE_END_OF_RANGE_IN_CC: u32 = 67108864;
128pub const ONIG_SYN_WARN_CC_OP_NOT_ESCAPED: u32 = 16777216;
129pub const ONIG_SYN_WARN_REDUNDANT_NESTED_REPEAT: u32 = 33554432;
130pub const ONIG_META_CHAR_ESCAPE: u32 = 0;
131pub const ONIG_META_CHAR_ANYCHAR: u32 = 1;
132pub const ONIG_META_CHAR_ANYTIME: u32 = 2;
133pub const ONIG_META_CHAR_ZERO_OR_ONE_TIME: u32 = 3;
134pub const ONIG_META_CHAR_ONE_OR_MORE_TIME: u32 = 4;
135pub const ONIG_META_CHAR_ANYCHAR_ANYTIME: u32 = 5;
136pub const ONIG_INEFFECTIVE_META_CHAR: u32 = 0;
137pub const ONIG_NORMAL: u32 = 0;
138pub const ONIG_MISMATCH: i32 = -1;
139pub const ONIG_NO_SUPPORT_CONFIG: i32 = -2;
140pub const ONIG_ABORT: i32 = -3;
141pub const ONIGERR_MEMORY: i32 = -5;
142pub const ONIGERR_TYPE_BUG: i32 = -6;
143pub const ONIGERR_PARSER_BUG: i32 = -11;
144pub const ONIGERR_STACK_BUG: i32 = -12;
145pub const ONIGERR_UNDEFINED_BYTECODE: i32 = -13;
146pub const ONIGERR_UNEXPECTED_BYTECODE: i32 = -14;
147pub const ONIGERR_MATCH_STACK_LIMIT_OVER: i32 = -15;
148pub const ONIGERR_PARSE_DEPTH_LIMIT_OVER: i32 = -16;
149pub const ONIGERR_RETRY_LIMIT_IN_MATCH_OVER: i32 = -17;
150pub const ONIGERR_RETRY_LIMIT_IN_SEARCH_OVER: i32 = -18;
151pub const ONIGERR_DEFAULT_ENCODING_IS_NOT_SETTED: i32 = -21;
152pub const ONIGERR_SPECIFIED_ENCODING_CANT_CONVERT_TO_WIDE_CHAR: i32 = -22;
153pub const ONIGERR_FAIL_TO_INITIALIZE: i32 = -23;
154pub const ONIGERR_INVALID_ARGUMENT: i32 = -30;
155pub const ONIGERR_END_PATTERN_AT_LEFT_BRACE: i32 = -100;
156pub const ONIGERR_END_PATTERN_AT_LEFT_BRACKET: i32 = -101;
157pub const ONIGERR_EMPTY_CHAR_CLASS: i32 = -102;
158pub const ONIGERR_PREMATURE_END_OF_CHAR_CLASS: i32 = -103;
159pub const ONIGERR_END_PATTERN_AT_ESCAPE: i32 = -104;
160pub const ONIGERR_END_PATTERN_AT_META: i32 = -105;
161pub const ONIGERR_END_PATTERN_AT_CONTROL: i32 = -106;
162pub const ONIGERR_META_CODE_SYNTAX: i32 = -108;
163pub const ONIGERR_CONTROL_CODE_SYNTAX: i32 = -109;
164pub const ONIGERR_CHAR_CLASS_VALUE_AT_END_OF_RANGE: i32 = -110;
165pub const ONIGERR_CHAR_CLASS_VALUE_AT_START_OF_RANGE: i32 = -111;
166pub const ONIGERR_UNMATCHED_RANGE_SPECIFIER_IN_CHAR_CLASS: i32 = -112;
167pub const ONIGERR_TARGET_OF_REPEAT_OPERATOR_NOT_SPECIFIED: i32 = -113;
168pub const ONIGERR_TARGET_OF_REPEAT_OPERATOR_INVALID: i32 = -114;
169pub const ONIGERR_NESTED_REPEAT_OPERATOR: i32 = -115;
170pub const ONIGERR_UNMATCHED_CLOSE_PARENTHESIS: i32 = -116;
171pub const ONIGERR_END_PATTERN_WITH_UNMATCHED_PARENTHESIS: i32 = -117;
172pub const ONIGERR_END_PATTERN_IN_GROUP: i32 = -118;
173pub const ONIGERR_UNDEFINED_GROUP_OPTION: i32 = -119;
174pub const ONIGERR_INVALID_POSIX_BRACKET_TYPE: i32 = -121;
175pub const ONIGERR_INVALID_LOOK_BEHIND_PATTERN: i32 = -122;
176pub const ONIGERR_INVALID_REPEAT_RANGE_PATTERN: i32 = -123;
177pub const ONIGERR_TOO_BIG_NUMBER: i32 = -200;
178pub const ONIGERR_TOO_BIG_NUMBER_FOR_REPEAT_RANGE: i32 = -201;
179pub const ONIGERR_UPPER_SMALLER_THAN_LOWER_IN_REPEAT_RANGE: i32 = -202;
180pub const ONIGERR_EMPTY_RANGE_IN_CHAR_CLASS: i32 = -203;
181pub const ONIGERR_MISMATCH_CODE_LENGTH_IN_CLASS_RANGE: i32 = -204;
182pub const ONIGERR_TOO_MANY_MULTI_BYTE_RANGES: i32 = -205;
183pub const ONIGERR_TOO_SHORT_MULTI_BYTE_STRING: i32 = -206;
184pub const ONIGERR_TOO_BIG_BACKREF_NUMBER: i32 = -207;
185pub const ONIGERR_INVALID_BACKREF: i32 = -208;
186pub const ONIGERR_NUMBERED_BACKREF_OR_CALL_NOT_ALLOWED: i32 = -209;
187pub const ONIGERR_TOO_MANY_CAPTURES: i32 = -210;
188pub const ONIGERR_TOO_LONG_WIDE_CHAR_VALUE: i32 = -212;
189pub const ONIGERR_EMPTY_GROUP_NAME: i32 = -214;
190pub const ONIGERR_INVALID_GROUP_NAME: i32 = -215;
191pub const ONIGERR_INVALID_CHAR_IN_GROUP_NAME: i32 = -216;
192pub const ONIGERR_UNDEFINED_NAME_REFERENCE: i32 = -217;
193pub const ONIGERR_UNDEFINED_GROUP_REFERENCE: i32 = -218;
194pub const ONIGERR_MULTIPLEX_DEFINED_NAME: i32 = -219;
195pub const ONIGERR_MULTIPLEX_DEFINITION_NAME_CALL: i32 = -220;
196pub const ONIGERR_NEVER_ENDING_RECURSION: i32 = -221;
197pub const ONIGERR_GROUP_NUMBER_OVER_FOR_CAPTURE_HISTORY: i32 = -222;
198pub const ONIGERR_INVALID_CHAR_PROPERTY_NAME: i32 = -223;
199pub const ONIGERR_INVALID_IF_ELSE_SYNTAX: i32 = -224;
200pub const ONIGERR_INVALID_ABSENT_GROUP_PATTERN: i32 = -225;
201pub const ONIGERR_INVALID_ABSENT_GROUP_GENERATOR_PATTERN: i32 = -226;
202pub const ONIGERR_INVALID_CALLOUT_PATTERN: i32 = -227;
203pub const ONIGERR_INVALID_CALLOUT_NAME: i32 = -228;
204pub const ONIGERR_UNDEFINED_CALLOUT_NAME: i32 = -229;
205pub const ONIGERR_INVALID_CALLOUT_BODY: i32 = -230;
206pub const ONIGERR_INVALID_CALLOUT_TAG_NAME: i32 = -231;
207pub const ONIGERR_INVALID_CALLOUT_ARG: i32 = -232;
208pub const ONIGERR_INVALID_CODE_POINT_VALUE: i32 = -400;
209pub const ONIGERR_INVALID_WIDE_CHAR_VALUE: i32 = -400;
210pub const ONIGERR_TOO_BIG_WIDE_CHAR_VALUE: i32 = -401;
211pub const ONIGERR_NOT_SUPPORTED_ENCODING_COMBINATION: i32 = -402;
212pub const ONIGERR_INVALID_COMBINATION_OF_OPTIONS: i32 = -403;
213pub const ONIGERR_TOO_MANY_USER_DEFINED_OBJECTS: i32 = -404;
214pub const ONIGERR_TOO_LONG_PROPERTY_NAME: i32 = -405;
215pub const ONIGERR_LIBRARY_IS_NOT_INITIALIZED: i32 = -500;
216pub const ONIG_MAX_CAPTURE_HISTORY_GROUP: u32 = 31;
217pub const ONIG_TRAVERSE_CALLBACK_AT_FIRST: u32 = 1;
218pub const ONIG_TRAVERSE_CALLBACK_AT_LAST: u32 = 2;
219pub const ONIG_TRAVERSE_CALLBACK_AT_BOTH: u32 = 3;
220pub const ONIG_REGION_NOTPOS: i32 = -1;
221pub const ONIG_CHAR_TABLE_SIZE: u32 = 256;
222pub const ONIG_NON_NAME_ID: i32 = -1;
223pub const ONIG_NON_CALLOUT_NUM: u32 = 0;
224pub const ONIG_CALLOUT_MAX_ARGS_NUM: u32 = 4;
225pub const ONIG_CALLOUT_DATA_SLOT_NUM: u32 = 5;
226pub type OnigCodePoint = ::std::os::raw::c_uint;
227pub type OnigUChar = ::std::os::raw::c_uchar;
228pub type OnigCtype = ::std::os::raw::c_uint;
229pub type OnigLen = ::std::os::raw::c_uint;
230pub type OnigCaseFoldType = ::std::os::raw::c_uint;
231extern "C" {
232    pub static mut OnigDefaultCaseFoldFlag: OnigCaseFoldType;
233}
234#[repr(C)]
235#[derive(Debug, Copy, Clone, PartialEq, Eq)]
236pub struct OnigCaseFoldCodeItem {
237    pub byte_len: ::std::os::raw::c_int,
238    pub code_len: ::std::os::raw::c_int,
239    pub code: [OnigCodePoint; 3usize],
240}
241#[repr(C)]
242#[derive(Debug, Copy, Clone, PartialEq, Eq)]
243pub struct OnigMetaCharTableType {
244    pub esc: OnigCodePoint,
245    pub anychar: OnigCodePoint,
246    pub anytime: OnigCodePoint,
247    pub zero_or_one_time: OnigCodePoint,
248    pub one_or_more_time: OnigCodePoint,
249    pub anychar_anytime: OnigCodePoint,
250}
251pub type OnigApplyAllCaseFoldFunc = ::std::option::Option<
252    unsafe extern "C" fn(
253        from: OnigCodePoint,
254        to: *mut OnigCodePoint,
255        to_len: ::std::os::raw::c_int,
256        arg: *mut ::std::os::raw::c_void,
257    ) -> ::std::os::raw::c_int,
258>;
259#[repr(C)]
260#[derive(Debug, Copy, Clone, PartialEq, Eq)]
261pub struct OnigEncodingTypeST {
262    pub mbc_enc_len:
263        ::std::option::Option<unsafe extern "C" fn(p: *const OnigUChar) -> ::std::os::raw::c_int>,
264    pub name: *const ::std::os::raw::c_char,
265    pub max_enc_len: ::std::os::raw::c_int,
266    pub min_enc_len: ::std::os::raw::c_int,
267    pub is_mbc_newline: ::std::option::Option<
268        unsafe extern "C" fn(p: *const OnigUChar, end: *const OnigUChar) -> ::std::os::raw::c_int,
269    >,
270    pub mbc_to_code: ::std::option::Option<
271        unsafe extern "C" fn(p: *const OnigUChar, end: *const OnigUChar) -> OnigCodePoint,
272    >,
273    pub code_to_mbclen:
274        ::std::option::Option<unsafe extern "C" fn(code: OnigCodePoint) -> ::std::os::raw::c_int>,
275    pub code_to_mbc: ::std::option::Option<
276        unsafe extern "C" fn(code: OnigCodePoint, buf: *mut OnigUChar) -> ::std::os::raw::c_int,
277    >,
278    pub mbc_case_fold: ::std::option::Option<
279        unsafe extern "C" fn(
280            flag: OnigCaseFoldType,
281            pp: *mut *const OnigUChar,
282            end: *const OnigUChar,
283            to: *mut OnigUChar,
284        ) -> ::std::os::raw::c_int,
285    >,
286    pub apply_all_case_fold: ::std::option::Option<
287        unsafe extern "C" fn(
288            flag: OnigCaseFoldType,
289            f: OnigApplyAllCaseFoldFunc,
290            arg: *mut ::std::os::raw::c_void,
291        ) -> ::std::os::raw::c_int,
292    >,
293    pub get_case_fold_codes_by_str: ::std::option::Option<
294        unsafe extern "C" fn(
295            flag: OnigCaseFoldType,
296            p: *const OnigUChar,
297            end: *const OnigUChar,
298            acs: *mut OnigCaseFoldCodeItem,
299        ) -> ::std::os::raw::c_int,
300    >,
301    pub property_name_to_ctype: ::std::option::Option<
302        unsafe extern "C" fn(
303            enc: *mut OnigEncodingTypeST,
304            p: *mut OnigUChar,
305            end: *mut OnigUChar,
306        ) -> ::std::os::raw::c_int,
307    >,
308    pub is_code_ctype: ::std::option::Option<
309        unsafe extern "C" fn(code: OnigCodePoint, ctype: OnigCtype) -> ::std::os::raw::c_int,
310    >,
311    pub get_ctype_code_range: ::std::option::Option<
312        unsafe extern "C" fn(
313            ctype: OnigCtype,
314            sb_out: *mut OnigCodePoint,
315            ranges: *mut *const OnigCodePoint,
316        ) -> ::std::os::raw::c_int,
317    >,
318    pub left_adjust_char_head: ::std::option::Option<
319        unsafe extern "C" fn(start: *const OnigUChar, p: *const OnigUChar) -> *mut OnigUChar,
320    >,
321    pub is_allowed_reverse_match: ::std::option::Option<
322        unsafe extern "C" fn(p: *const OnigUChar, end: *const OnigUChar) -> ::std::os::raw::c_int,
323    >,
324    pub init: ::std::option::Option<unsafe extern "C" fn() -> ::std::os::raw::c_int>,
325    pub is_initialized: ::std::option::Option<unsafe extern "C" fn() -> ::std::os::raw::c_int>,
326    pub is_valid_mbc_string: ::std::option::Option<
327        unsafe extern "C" fn(s: *const OnigUChar, end: *const OnigUChar) -> ::std::os::raw::c_int,
328    >,
329    pub flag: ::std::os::raw::c_uint,
330    pub sb_range: OnigCodePoint,
331    pub index: ::std::os::raw::c_int,
332}
333pub type OnigEncodingType = OnigEncodingTypeST;
334pub type OnigEncoding = *mut OnigEncodingType;
335extern "C" {
336    pub static mut OnigEncodingASCII: OnigEncodingType;
337}
338extern "C" {
339    pub static mut OnigEncodingISO_8859_1: OnigEncodingType;
340}
341extern "C" {
342    pub static mut OnigEncodingISO_8859_2: OnigEncodingType;
343}
344extern "C" {
345    pub static mut OnigEncodingISO_8859_3: OnigEncodingType;
346}
347extern "C" {
348    pub static mut OnigEncodingISO_8859_4: OnigEncodingType;
349}
350extern "C" {
351    pub static mut OnigEncodingISO_8859_5: OnigEncodingType;
352}
353extern "C" {
354    pub static mut OnigEncodingISO_8859_6: OnigEncodingType;
355}
356extern "C" {
357    pub static mut OnigEncodingISO_8859_7: OnigEncodingType;
358}
359extern "C" {
360    pub static mut OnigEncodingISO_8859_8: OnigEncodingType;
361}
362extern "C" {
363    pub static mut OnigEncodingISO_8859_9: OnigEncodingType;
364}
365extern "C" {
366    pub static mut OnigEncodingISO_8859_10: OnigEncodingType;
367}
368extern "C" {
369    pub static mut OnigEncodingISO_8859_11: OnigEncodingType;
370}
371extern "C" {
372    pub static mut OnigEncodingISO_8859_13: OnigEncodingType;
373}
374extern "C" {
375    pub static mut OnigEncodingISO_8859_14: OnigEncodingType;
376}
377extern "C" {
378    pub static mut OnigEncodingISO_8859_15: OnigEncodingType;
379}
380extern "C" {
381    pub static mut OnigEncodingISO_8859_16: OnigEncodingType;
382}
383extern "C" {
384    pub static mut OnigEncodingUTF8: OnigEncodingType;
385}
386extern "C" {
387    pub static mut OnigEncodingUTF16_BE: OnigEncodingType;
388}
389extern "C" {
390    pub static mut OnigEncodingUTF16_LE: OnigEncodingType;
391}
392extern "C" {
393    pub static mut OnigEncodingUTF32_BE: OnigEncodingType;
394}
395extern "C" {
396    pub static mut OnigEncodingUTF32_LE: OnigEncodingType;
397}
398extern "C" {
399    pub static mut OnigEncodingEUC_JP: OnigEncodingType;
400}
401extern "C" {
402    pub static mut OnigEncodingEUC_TW: OnigEncodingType;
403}
404extern "C" {
405    pub static mut OnigEncodingEUC_KR: OnigEncodingType;
406}
407extern "C" {
408    pub static mut OnigEncodingEUC_CN: OnigEncodingType;
409}
410extern "C" {
411    pub static mut OnigEncodingSJIS: OnigEncodingType;
412}
413extern "C" {
414    pub static mut OnigEncodingKOI8: OnigEncodingType;
415}
416extern "C" {
417    pub static mut OnigEncodingKOI8_R: OnigEncodingType;
418}
419extern "C" {
420    pub static mut OnigEncodingCP1251: OnigEncodingType;
421}
422extern "C" {
423    pub static mut OnigEncodingBIG5: OnigEncodingType;
424}
425extern "C" {
426    pub static mut OnigEncodingGB18030: OnigEncodingType;
427}
428pub const OnigEncCtype_ONIGENC_CTYPE_NEWLINE: OnigEncCtype = 0;
429pub const OnigEncCtype_ONIGENC_CTYPE_ALPHA: OnigEncCtype = 1;
430pub const OnigEncCtype_ONIGENC_CTYPE_BLANK: OnigEncCtype = 2;
431pub const OnigEncCtype_ONIGENC_CTYPE_CNTRL: OnigEncCtype = 3;
432pub const OnigEncCtype_ONIGENC_CTYPE_DIGIT: OnigEncCtype = 4;
433pub const OnigEncCtype_ONIGENC_CTYPE_GRAPH: OnigEncCtype = 5;
434pub const OnigEncCtype_ONIGENC_CTYPE_LOWER: OnigEncCtype = 6;
435pub const OnigEncCtype_ONIGENC_CTYPE_PRINT: OnigEncCtype = 7;
436pub const OnigEncCtype_ONIGENC_CTYPE_PUNCT: OnigEncCtype = 8;
437pub const OnigEncCtype_ONIGENC_CTYPE_SPACE: OnigEncCtype = 9;
438pub const OnigEncCtype_ONIGENC_CTYPE_UPPER: OnigEncCtype = 10;
439pub const OnigEncCtype_ONIGENC_CTYPE_XDIGIT: OnigEncCtype = 11;
440pub const OnigEncCtype_ONIGENC_CTYPE_WORD: OnigEncCtype = 12;
441pub const OnigEncCtype_ONIGENC_CTYPE_ALNUM: OnigEncCtype = 13;
442pub const OnigEncCtype_ONIGENC_CTYPE_ASCII: OnigEncCtype = 14;
443pub type OnigEncCtype = u32;
444extern "C" {
445    pub fn onigenc_step_back(
446        enc: OnigEncoding,
447        start: *const OnigUChar,
448        s: *const OnigUChar,
449        n: ::std::os::raw::c_int,
450    ) -> *mut OnigUChar;
451}
452extern "C" {
453    pub fn onigenc_init() -> ::std::os::raw::c_int;
454}
455extern "C" {
456    pub fn onig_initialize_encoding(enc: OnigEncoding) -> ::std::os::raw::c_int;
457}
458extern "C" {
459    pub fn onigenc_set_default_encoding(enc: OnigEncoding) -> ::std::os::raw::c_int;
460}
461extern "C" {
462    pub fn onigenc_get_default_encoding() -> OnigEncoding;
463}
464extern "C" {
465    pub fn onigenc_set_default_caseconv_table(table: *const OnigUChar);
466}
467extern "C" {
468    pub fn onigenc_get_right_adjust_char_head_with_prev(
469        enc: OnigEncoding,
470        start: *const OnigUChar,
471        s: *const OnigUChar,
472        prev: *mut *const OnigUChar,
473    ) -> *mut OnigUChar;
474}
475extern "C" {
476    pub fn onigenc_get_prev_char_head(
477        enc: OnigEncoding,
478        start: *const OnigUChar,
479        s: *const OnigUChar,
480    ) -> *mut OnigUChar;
481}
482extern "C" {
483    pub fn onigenc_get_left_adjust_char_head(
484        enc: OnigEncoding,
485        start: *const OnigUChar,
486        s: *const OnigUChar,
487    ) -> *mut OnigUChar;
488}
489extern "C" {
490    pub fn onigenc_get_right_adjust_char_head(
491        enc: OnigEncoding,
492        start: *const OnigUChar,
493        s: *const OnigUChar,
494    ) -> *mut OnigUChar;
495}
496extern "C" {
497    pub fn onigenc_strlen(
498        enc: OnigEncoding,
499        p: *const OnigUChar,
500        end: *const OnigUChar,
501    ) -> ::std::os::raw::c_int;
502}
503extern "C" {
504    pub fn onigenc_strlen_null(enc: OnigEncoding, p: *const OnigUChar) -> ::std::os::raw::c_int;
505}
506extern "C" {
507    pub fn onigenc_str_bytelen_null(
508        enc: OnigEncoding,
509        p: *const OnigUChar,
510    ) -> ::std::os::raw::c_int;
511}
512extern "C" {
513    pub fn onigenc_is_valid_mbc_string(
514        enc: OnigEncoding,
515        s: *const OnigUChar,
516        end: *const OnigUChar,
517    ) -> ::std::os::raw::c_int;
518}
519extern "C" {
520    pub fn onigenc_strdup(
521        enc: OnigEncoding,
522        s: *const OnigUChar,
523        end: *const OnigUChar,
524    ) -> *mut OnigUChar;
525}
526pub type OnigOptionType = ::std::os::raw::c_uint;
527#[repr(C)]
528#[derive(Debug, Copy, Clone, PartialEq, Eq)]
529pub struct OnigSyntaxType {
530    pub op: ::std::os::raw::c_uint,
531    pub op2: ::std::os::raw::c_uint,
532    pub behavior: ::std::os::raw::c_uint,
533    pub options: OnigOptionType,
534    pub meta_char_table: OnigMetaCharTableType,
535}
536
537extern "C" {
538    pub static mut OnigSyntaxPython: OnigSyntaxType;
539}
540extern "C" {
541    pub static mut OnigSyntaxASIS: OnigSyntaxType;
542}
543extern "C" {
544    pub static mut OnigSyntaxPosixBasic: OnigSyntaxType;
545}
546extern "C" {
547    pub static mut OnigSyntaxPosixExtended: OnigSyntaxType;
548}
549extern "C" {
550    pub static mut OnigSyntaxEmacs: OnigSyntaxType;
551}
552extern "C" {
553    pub static mut OnigSyntaxGrep: OnigSyntaxType;
554}
555extern "C" {
556    pub static mut OnigSyntaxGnuRegex: OnigSyntaxType;
557}
558extern "C" {
559    pub static mut OnigSyntaxJava: OnigSyntaxType;
560}
561extern "C" {
562    pub static mut OnigSyntaxPerl: OnigSyntaxType;
563}
564extern "C" {
565    pub static mut OnigSyntaxPerl_NG: OnigSyntaxType;
566}
567extern "C" {
568    pub static mut OnigSyntaxRuby: OnigSyntaxType;
569}
570extern "C" {
571    pub static mut OnigSyntaxOniguruma: OnigSyntaxType;
572}
573extern "C" {
574    pub static mut OnigDefaultSyntax: *mut OnigSyntaxType;
575}
576#[repr(C)]
577#[derive(Debug, Copy, Clone, PartialEq, Eq)]
578pub struct OnigCaptureTreeNodeStruct {
579    pub group: ::std::os::raw::c_int,
580    pub beg: ::std::os::raw::c_int,
581    pub end: ::std::os::raw::c_int,
582    pub allocated: ::std::os::raw::c_int,
583    pub num_childs: ::std::os::raw::c_int,
584    pub childs: *mut *mut OnigCaptureTreeNodeStruct,
585}
586pub type OnigCaptureTreeNode = OnigCaptureTreeNodeStruct;
587#[repr(C)]
588#[derive(Debug, Copy, Clone, PartialEq, Eq)]
589pub struct re_registers {
590    pub allocated: ::std::os::raw::c_int,
591    pub num_regs: ::std::os::raw::c_int,
592    pub beg: *mut ::std::os::raw::c_int,
593    pub end: *mut ::std::os::raw::c_int,
594    pub history_root: *mut OnigCaptureTreeNode,
595}
596pub type OnigRegion = re_registers;
597#[repr(C)]
598#[derive(Debug, Copy, Clone, PartialEq, Eq)]
599pub struct OnigErrorInfo {
600    pub enc: OnigEncoding,
601    pub par: *mut OnigUChar,
602    pub par_end: *mut OnigUChar,
603}
604#[repr(C)]
605#[derive(Debug, Copy, Clone, PartialEq, Eq)]
606pub struct OnigRepeatRange {
607    pub lower: ::std::os::raw::c_int,
608    pub upper: ::std::os::raw::c_int,
609}
610pub type OnigWarnFunc =
611    ::std::option::Option<unsafe extern "C" fn(s: *const ::std::os::raw::c_char)>;
612extern "C" {
613    pub fn onig_null_warn(s: *const ::std::os::raw::c_char);
614}
615#[repr(C)]
616#[derive(Debug, Copy, Clone)]
617pub struct re_pattern_buffer {
618    _unused: [u8; 0],
619}
620pub type OnigRegexType = re_pattern_buffer;
621pub type OnigRegex = *mut OnigRegexType;
622pub type regex_t = OnigRegexType;
623#[repr(C)]
624#[derive(Debug, Copy, Clone)]
625pub struct OnigRegSetStruct {
626    _unused: [u8; 0],
627}
628pub type OnigRegSet = OnigRegSetStruct;
629pub const OnigRegSetLead_ONIG_REGSET_POSITION_LEAD: OnigRegSetLead = 0;
630pub const OnigRegSetLead_ONIG_REGSET_REGEX_LEAD: OnigRegSetLead = 1;
631pub const OnigRegSetLead_ONIG_REGSET_PRIORITY_TO_REGEX_ORDER: OnigRegSetLead = 2;
632pub type OnigRegSetLead = u32;
633#[repr(C)]
634#[derive(Debug, Copy, Clone, PartialEq, Eq)]
635pub struct OnigCompileInfo {
636    pub num_of_elements: ::std::os::raw::c_int,
637    pub pattern_enc: OnigEncoding,
638    pub target_enc: OnigEncoding,
639    pub syntax: *mut OnigSyntaxType,
640    pub option: OnigOptionType,
641    pub case_fold_flag: OnigCaseFoldType,
642}
643pub type OnigCallbackEachMatchFunc = ::std::option::Option<
644    unsafe extern "C" fn(
645        str: *const OnigUChar,
646        end: *const OnigUChar,
647        match_start: *const OnigUChar,
648        region: *mut OnigRegion,
649        user_data: *mut ::std::os::raw::c_void,
650    ) -> ::std::os::raw::c_int,
651>;
652pub const OnigCalloutIn_ONIG_CALLOUT_IN_PROGRESS: OnigCalloutIn = 1;
653pub const OnigCalloutIn_ONIG_CALLOUT_IN_RETRACTION: OnigCalloutIn = 2;
654pub type OnigCalloutIn = u32;
655pub const OnigCalloutOf_ONIG_CALLOUT_OF_CONTENTS: OnigCalloutOf = 0;
656pub const OnigCalloutOf_ONIG_CALLOUT_OF_NAME: OnigCalloutOf = 1;
657pub type OnigCalloutOf = u32;
658pub const OnigCalloutType_ONIG_CALLOUT_TYPE_SINGLE: OnigCalloutType = 0;
659pub const OnigCalloutType_ONIG_CALLOUT_TYPE_START_CALL: OnigCalloutType = 1;
660pub const OnigCalloutType_ONIG_CALLOUT_TYPE_BOTH_CALL: OnigCalloutType = 2;
661pub const OnigCalloutType_ONIG_CALLOUT_TYPE_START_MARK_END_CALL: OnigCalloutType = 3;
662pub type OnigCalloutType = u32;
663#[repr(C)]
664#[derive(Debug, Copy, Clone)]
665pub struct OnigCalloutArgsStruct {
666    _unused: [u8; 0],
667}
668pub type OnigCalloutArgs = OnigCalloutArgsStruct;
669pub type OnigCalloutFunc = ::std::option::Option<
670    unsafe extern "C" fn(
671        args: *mut OnigCalloutArgs,
672        user_data: *mut ::std::os::raw::c_void,
673    ) -> ::std::os::raw::c_int,
674>;
675pub const OnigCalloutResult_ONIG_CALLOUT_FAIL: OnigCalloutResult = 1;
676pub const OnigCalloutResult_ONIG_CALLOUT_SUCCESS: OnigCalloutResult = 0;
677pub type OnigCalloutResult = u32;
678pub const OnigType_ONIG_TYPE_VOID: OnigType = 0;
679pub const OnigType_ONIG_TYPE_LONG: OnigType = 1;
680pub const OnigType_ONIG_TYPE_CHAR: OnigType = 2;
681pub const OnigType_ONIG_TYPE_STRING: OnigType = 4;
682pub const OnigType_ONIG_TYPE_POINTER: OnigType = 8;
683pub const OnigType_ONIG_TYPE_TAG: OnigType = 16;
684pub type OnigType = u32;
685#[repr(C)]
686#[derive(Copy, Clone)]
687pub union OnigValue {
688    pub l: ::std::os::raw::c_long,
689    pub c: OnigCodePoint,
690    pub s: OnigValue__bindgen_ty_1,
691    pub p: *mut ::std::os::raw::c_void,
692    pub tag: ::std::os::raw::c_int,
693    _bindgen_union_align: [u64; 2usize],
694}
695#[repr(C)]
696#[derive(Debug, Copy, Clone, PartialEq, Eq)]
697pub struct OnigValue__bindgen_ty_1 {
698    pub start: *mut OnigUChar,
699    pub end: *mut OnigUChar,
700}
701#[repr(C)]
702#[derive(Debug, Copy, Clone)]
703pub struct OnigMatchParamStruct {
704    _unused: [u8; 0],
705}
706pub type OnigMatchParam = OnigMatchParamStruct;
707extern "C" {
708    pub fn onig_initialize(
709        encodings: *mut OnigEncoding,
710        number_of_encodings: ::std::os::raw::c_int,
711    ) -> ::std::os::raw::c_int;
712}
713extern "C" {
714    pub fn onig_init() -> ::std::os::raw::c_int;
715}
716extern "C" {
717    pub fn onig_error_code_to_str(
718        s: *mut OnigUChar,
719        err_code: ::std::os::raw::c_int,
720        ...
721    ) -> ::std::os::raw::c_int;
722}
723extern "C" {
724    pub fn onig_is_error_code_needs_param(code: ::std::os::raw::c_int) -> ::std::os::raw::c_int;
725}
726extern "C" {
727    pub fn onig_set_warn_func(f: OnigWarnFunc);
728}
729extern "C" {
730    pub fn onig_set_verb_warn_func(f: OnigWarnFunc);
731}
732extern "C" {
733    pub fn onig_new(
734        arg1: *mut OnigRegex,
735        pattern: *const OnigUChar,
736        pattern_end: *const OnigUChar,
737        option: OnigOptionType,
738        enc: OnigEncoding,
739        syntax: *mut OnigSyntaxType,
740        einfo: *mut OnigErrorInfo,
741    ) -> ::std::os::raw::c_int;
742}
743extern "C" {
744    pub fn onig_reg_init(
745        reg: OnigRegex,
746        option: OnigOptionType,
747        case_fold_flag: OnigCaseFoldType,
748        enc: OnigEncoding,
749        syntax: *mut OnigSyntaxType,
750    ) -> ::std::os::raw::c_int;
751}
752extern "C" {
753    pub fn onig_new_without_alloc(
754        arg1: OnigRegex,
755        pattern: *const OnigUChar,
756        pattern_end: *const OnigUChar,
757        option: OnigOptionType,
758        enc: OnigEncoding,
759        syntax: *mut OnigSyntaxType,
760        einfo: *mut OnigErrorInfo,
761    ) -> ::std::os::raw::c_int;
762}
763extern "C" {
764    pub fn onig_new_deluxe(
765        reg: *mut OnigRegex,
766        pattern: *const OnigUChar,
767        pattern_end: *const OnigUChar,
768        ci: *mut OnigCompileInfo,
769        einfo: *mut OnigErrorInfo,
770    ) -> ::std::os::raw::c_int;
771}
772extern "C" {
773    pub fn onig_free(arg1: OnigRegex);
774}
775extern "C" {
776    pub fn onig_free_body(arg1: OnigRegex);
777}
778extern "C" {
779    pub fn onig_scan(
780        reg: OnigRegex,
781        str: *const OnigUChar,
782        end: *const OnigUChar,
783        region: *mut OnigRegion,
784        option: OnigOptionType,
785        scan_callback: ::std::option::Option<
786            unsafe extern "C" fn(
787                arg1: ::std::os::raw::c_int,
788                arg2: ::std::os::raw::c_int,
789                arg3: *mut OnigRegion,
790                arg4: *mut ::std::os::raw::c_void,
791            ) -> ::std::os::raw::c_int,
792        >,
793        callback_arg: *mut ::std::os::raw::c_void,
794    ) -> ::std::os::raw::c_int;
795}
796extern "C" {
797    pub fn onig_search(
798        arg1: OnigRegex,
799        str: *const OnigUChar,
800        end: *const OnigUChar,
801        start: *const OnigUChar,
802        range: *const OnigUChar,
803        region: *mut OnigRegion,
804        option: OnigOptionType,
805    ) -> ::std::os::raw::c_int;
806}
807extern "C" {
808    pub fn onig_search_with_param(
809        arg1: OnigRegex,
810        str: *const OnigUChar,
811        end: *const OnigUChar,
812        start: *const OnigUChar,
813        range: *const OnigUChar,
814        region: *mut OnigRegion,
815        option: OnigOptionType,
816        mp: *mut OnigMatchParam,
817    ) -> ::std::os::raw::c_int;
818}
819extern "C" {
820    pub fn onig_match(
821        arg1: OnigRegex,
822        str: *const OnigUChar,
823        end: *const OnigUChar,
824        at: *const OnigUChar,
825        region: *mut OnigRegion,
826        option: OnigOptionType,
827    ) -> ::std::os::raw::c_int;
828}
829extern "C" {
830    pub fn onig_match_with_param(
831        arg1: OnigRegex,
832        str: *const OnigUChar,
833        end: *const OnigUChar,
834        at: *const OnigUChar,
835        region: *mut OnigRegion,
836        option: OnigOptionType,
837        mp: *mut OnigMatchParam,
838    ) -> ::std::os::raw::c_int;
839}
840extern "C" {
841    pub fn onig_regset_new(
842        rset: *mut *mut OnigRegSet,
843        n: ::std::os::raw::c_int,
844        regs: *mut *mut regex_t,
845    ) -> ::std::os::raw::c_int;
846}
847extern "C" {
848    pub fn onig_regset_add(set: *mut OnigRegSet, reg: *mut regex_t) -> ::std::os::raw::c_int;
849}
850extern "C" {
851    pub fn onig_regset_replace(
852        set: *mut OnigRegSet,
853        at: ::std::os::raw::c_int,
854        reg: *mut regex_t,
855    ) -> ::std::os::raw::c_int;
856}
857extern "C" {
858    pub fn onig_regset_free(set: *mut OnigRegSet);
859}
860extern "C" {
861    pub fn onig_regset_number_of_regex(set: *mut OnigRegSet) -> ::std::os::raw::c_int;
862}
863extern "C" {
864    pub fn onig_regset_get_regex(set: *mut OnigRegSet, at: ::std::os::raw::c_int) -> *mut regex_t;
865}
866extern "C" {
867    pub fn onig_regset_get_region(
868        set: *mut OnigRegSet,
869        at: ::std::os::raw::c_int,
870    ) -> *mut OnigRegion;
871}
872extern "C" {
873    pub fn onig_regset_search(
874        set: *mut OnigRegSet,
875        str: *const OnigUChar,
876        end: *const OnigUChar,
877        start: *const OnigUChar,
878        range: *const OnigUChar,
879        lead: OnigRegSetLead,
880        option: OnigOptionType,
881        rmatch_pos: *mut ::std::os::raw::c_int,
882    ) -> ::std::os::raw::c_int;
883}
884extern "C" {
885    pub fn onig_regset_search_with_param(
886        set: *mut OnigRegSet,
887        str: *const OnigUChar,
888        end: *const OnigUChar,
889        start: *const OnigUChar,
890        range: *const OnigUChar,
891        lead: OnigRegSetLead,
892        option: OnigOptionType,
893        mps: *mut *mut OnigMatchParam,
894        rmatch_pos: *mut ::std::os::raw::c_int,
895    ) -> ::std::os::raw::c_int;
896}
897extern "C" {
898    pub fn onig_region_new() -> *mut OnigRegion;
899}
900extern "C" {
901    pub fn onig_region_init(region: *mut OnigRegion);
902}
903extern "C" {
904    pub fn onig_region_free(region: *mut OnigRegion, free_self: ::std::os::raw::c_int);
905}
906extern "C" {
907    pub fn onig_region_copy(to: *mut OnigRegion, from: *mut OnigRegion);
908}
909extern "C" {
910    pub fn onig_region_clear(region: *mut OnigRegion);
911}
912extern "C" {
913    pub fn onig_region_resize(
914        region: *mut OnigRegion,
915        n: ::std::os::raw::c_int,
916    ) -> ::std::os::raw::c_int;
917}
918extern "C" {
919    pub fn onig_region_set(
920        region: *mut OnigRegion,
921        at: ::std::os::raw::c_int,
922        beg: ::std::os::raw::c_int,
923        end: ::std::os::raw::c_int,
924    ) -> ::std::os::raw::c_int;
925}
926extern "C" {
927    pub fn onig_name_to_group_numbers(
928        reg: OnigRegex,
929        name: *const OnigUChar,
930        name_end: *const OnigUChar,
931        nums: *mut *mut ::std::os::raw::c_int,
932    ) -> ::std::os::raw::c_int;
933}
934extern "C" {
935    pub fn onig_name_to_backref_number(
936        reg: OnigRegex,
937        name: *const OnigUChar,
938        name_end: *const OnigUChar,
939        region: *mut OnigRegion,
940    ) -> ::std::os::raw::c_int;
941}
942extern "C" {
943    pub fn onig_foreach_name(
944        reg: OnigRegex,
945        func: ::std::option::Option<
946            unsafe extern "C" fn(
947                arg1: *const OnigUChar,
948                arg2: *const OnigUChar,
949                arg3: ::std::os::raw::c_int,
950                arg4: *mut ::std::os::raw::c_int,
951                arg5: OnigRegex,
952                arg6: *mut ::std::os::raw::c_void,
953            ) -> ::std::os::raw::c_int,
954        >,
955        arg: *mut ::std::os::raw::c_void,
956    ) -> ::std::os::raw::c_int;
957}
958extern "C" {
959    pub fn onig_number_of_names(reg: OnigRegex) -> ::std::os::raw::c_int;
960}
961extern "C" {
962    pub fn onig_number_of_captures(reg: OnigRegex) -> ::std::os::raw::c_int;
963}
964extern "C" {
965    pub fn onig_number_of_capture_histories(reg: OnigRegex) -> ::std::os::raw::c_int;
966}
967extern "C" {
968    pub fn onig_get_capture_tree(region: *mut OnigRegion) -> *mut OnigCaptureTreeNode;
969}
970extern "C" {
971    pub fn onig_capture_tree_traverse(
972        region: *mut OnigRegion,
973        at: ::std::os::raw::c_int,
974        callback_func: ::std::option::Option<
975            unsafe extern "C" fn(
976                arg1: ::std::os::raw::c_int,
977                arg2: ::std::os::raw::c_int,
978                arg3: ::std::os::raw::c_int,
979                arg4: ::std::os::raw::c_int,
980                arg5: ::std::os::raw::c_int,
981                arg6: *mut ::std::os::raw::c_void,
982            ) -> ::std::os::raw::c_int,
983        >,
984        arg: *mut ::std::os::raw::c_void,
985    ) -> ::std::os::raw::c_int;
986}
987extern "C" {
988    pub fn onig_noname_group_capture_is_active(reg: OnigRegex) -> ::std::os::raw::c_int;
989}
990extern "C" {
991    pub fn onig_get_encoding(reg: OnigRegex) -> OnigEncoding;
992}
993extern "C" {
994    pub fn onig_get_options(reg: OnigRegex) -> OnigOptionType;
995}
996extern "C" {
997    pub fn onig_get_case_fold_flag(reg: OnigRegex) -> OnigCaseFoldType;
998}
999extern "C" {
1000    pub fn onig_get_syntax(reg: OnigRegex) -> *mut OnigSyntaxType;
1001}
1002extern "C" {
1003    pub fn onig_set_default_syntax(syntax: *mut OnigSyntaxType) -> ::std::os::raw::c_int;
1004}
1005extern "C" {
1006    pub fn onig_copy_syntax(to: *mut OnigSyntaxType, from: *mut OnigSyntaxType);
1007}
1008extern "C" {
1009    pub fn onig_get_syntax_op(syntax: *mut OnigSyntaxType) -> ::std::os::raw::c_uint;
1010}
1011extern "C" {
1012    pub fn onig_get_syntax_op2(syntax: *mut OnigSyntaxType) -> ::std::os::raw::c_uint;
1013}
1014extern "C" {
1015    pub fn onig_get_syntax_behavior(syntax: *mut OnigSyntaxType) -> ::std::os::raw::c_uint;
1016}
1017extern "C" {
1018    pub fn onig_get_syntax_options(syntax: *mut OnigSyntaxType) -> OnigOptionType;
1019}
1020extern "C" {
1021    pub fn onig_set_syntax_op(syntax: *mut OnigSyntaxType, op: ::std::os::raw::c_uint);
1022}
1023extern "C" {
1024    pub fn onig_set_syntax_op2(syntax: *mut OnigSyntaxType, op2: ::std::os::raw::c_uint);
1025}
1026extern "C" {
1027    pub fn onig_set_syntax_behavior(syntax: *mut OnigSyntaxType, behavior: ::std::os::raw::c_uint);
1028}
1029extern "C" {
1030    pub fn onig_set_syntax_options(syntax: *mut OnigSyntaxType, options: OnigOptionType);
1031}
1032extern "C" {
1033    pub fn onig_set_meta_char(
1034        syntax: *mut OnigSyntaxType,
1035        what: ::std::os::raw::c_uint,
1036        code: OnigCodePoint,
1037    ) -> ::std::os::raw::c_int;
1038}
1039extern "C" {
1040    pub fn onig_copy_encoding(to: OnigEncoding, from: OnigEncoding);
1041}
1042extern "C" {
1043    pub fn onig_get_default_case_fold_flag() -> OnigCaseFoldType;
1044}
1045extern "C" {
1046    pub fn onig_set_default_case_fold_flag(
1047        case_fold_flag: OnigCaseFoldType,
1048    ) -> ::std::os::raw::c_int;
1049}
1050extern "C" {
1051    pub fn onig_get_match_stack_limit_size() -> ::std::os::raw::c_uint;
1052}
1053extern "C" {
1054    pub fn onig_set_match_stack_limit_size(size: ::std::os::raw::c_uint) -> ::std::os::raw::c_int;
1055}
1056extern "C" {
1057    pub fn onig_get_retry_limit_in_match() -> ::std::os::raw::c_ulong;
1058}
1059extern "C" {
1060    pub fn onig_set_retry_limit_in_match(n: ::std::os::raw::c_ulong) -> ::std::os::raw::c_int;
1061}
1062extern "C" {
1063    pub fn onig_get_retry_limit_in_search() -> ::std::os::raw::c_ulong;
1064}
1065extern "C" {
1066    pub fn onig_set_retry_limit_in_search(n: ::std::os::raw::c_ulong) -> ::std::os::raw::c_int;
1067}
1068extern "C" {
1069    pub fn onig_get_parse_depth_limit() -> ::std::os::raw::c_uint;
1070}
1071extern "C" {
1072    pub fn onig_set_capture_num_limit(num: ::std::os::raw::c_int) -> ::std::os::raw::c_int;
1073}
1074extern "C" {
1075    pub fn onig_set_parse_depth_limit(depth: ::std::os::raw::c_uint) -> ::std::os::raw::c_int;
1076}
1077extern "C" {
1078    pub fn onig_get_subexp_call_max_nest_level() -> ::std::os::raw::c_int;
1079}
1080extern "C" {
1081    pub fn onig_set_subexp_call_max_nest_level(
1082        level: ::std::os::raw::c_int,
1083    ) -> ::std::os::raw::c_int;
1084}
1085extern "C" {
1086    pub fn onig_unicode_define_user_property(
1087        name: *const ::std::os::raw::c_char,
1088        ranges: *mut OnigCodePoint,
1089    ) -> ::std::os::raw::c_int;
1090}
1091extern "C" {
1092    pub fn onig_end() -> ::std::os::raw::c_int;
1093}
1094extern "C" {
1095    pub fn onig_version() -> *const ::std::os::raw::c_char;
1096}
1097extern "C" {
1098    pub fn onig_copyright() -> *const ::std::os::raw::c_char;
1099}
1100extern "C" {
1101    pub fn onig_get_callback_each_match() -> OnigCallbackEachMatchFunc;
1102}
1103extern "C" {
1104    pub fn onig_set_callback_each_match(f: OnigCallbackEachMatchFunc) -> ::std::os::raw::c_int;
1105}
1106extern "C" {
1107    pub fn onig_new_match_param() -> *mut OnigMatchParam;
1108}
1109extern "C" {
1110    pub fn onig_free_match_param(p: *mut OnigMatchParam);
1111}
1112extern "C" {
1113    pub fn onig_free_match_param_content(p: *mut OnigMatchParam);
1114}
1115extern "C" {
1116    pub fn onig_initialize_match_param(mp: *mut OnigMatchParam) -> ::std::os::raw::c_int;
1117}
1118extern "C" {
1119    pub fn onig_set_match_stack_limit_size_of_match_param(
1120        param: *mut OnigMatchParam,
1121        limit: ::std::os::raw::c_uint,
1122    ) -> ::std::os::raw::c_int;
1123}
1124extern "C" {
1125    pub fn onig_set_retry_limit_in_match_of_match_param(
1126        param: *mut OnigMatchParam,
1127        limit: ::std::os::raw::c_ulong,
1128    ) -> ::std::os::raw::c_int;
1129}
1130extern "C" {
1131    pub fn onig_set_retry_limit_in_search_of_match_param(
1132        param: *mut OnigMatchParam,
1133        limit: ::std::os::raw::c_ulong,
1134    ) -> ::std::os::raw::c_int;
1135}
1136extern "C" {
1137    pub fn onig_set_progress_callout_of_match_param(
1138        param: *mut OnigMatchParam,
1139        f: OnigCalloutFunc,
1140    ) -> ::std::os::raw::c_int;
1141}
1142extern "C" {
1143    pub fn onig_set_retraction_callout_of_match_param(
1144        param: *mut OnigMatchParam,
1145        f: OnigCalloutFunc,
1146    ) -> ::std::os::raw::c_int;
1147}
1148extern "C" {
1149    pub fn onig_set_callout_user_data_of_match_param(
1150        param: *mut OnigMatchParam,
1151        user_data: *mut ::std::os::raw::c_void,
1152    ) -> ::std::os::raw::c_int;
1153}
1154extern "C" {
1155    pub fn onig_get_progress_callout() -> OnigCalloutFunc;
1156}
1157extern "C" {
1158    pub fn onig_set_progress_callout(f: OnigCalloutFunc) -> ::std::os::raw::c_int;
1159}
1160extern "C" {
1161    pub fn onig_get_retraction_callout() -> OnigCalloutFunc;
1162}
1163extern "C" {
1164    pub fn onig_set_retraction_callout(f: OnigCalloutFunc) -> ::std::os::raw::c_int;
1165}
1166extern "C" {
1167    pub fn onig_set_callout_of_name(
1168        enc: OnigEncoding,
1169        type_: OnigCalloutType,
1170        name: *mut OnigUChar,
1171        name_end: *mut OnigUChar,
1172        callout_in: ::std::os::raw::c_int,
1173        callout: OnigCalloutFunc,
1174        end_callout: OnigCalloutFunc,
1175        arg_num: ::std::os::raw::c_int,
1176        arg_types: *mut ::std::os::raw::c_uint,
1177        optional_arg_num: ::std::os::raw::c_int,
1178        opt_defaults: *mut OnigValue,
1179    ) -> ::std::os::raw::c_int;
1180}
1181extern "C" {
1182    pub fn onig_get_callout_name_by_name_id(id: ::std::os::raw::c_int) -> *mut OnigUChar;
1183}
1184extern "C" {
1185    pub fn onig_get_callout_num_by_tag(
1186        reg: OnigRegex,
1187        tag: *const OnigUChar,
1188        tag_end: *const OnigUChar,
1189    ) -> ::std::os::raw::c_int;
1190}
1191extern "C" {
1192    pub fn onig_get_callout_data_by_tag(
1193        reg: OnigRegex,
1194        mp: *mut OnigMatchParam,
1195        tag: *const OnigUChar,
1196        tag_end: *const OnigUChar,
1197        slot: ::std::os::raw::c_int,
1198        type_: *mut OnigType,
1199        val: *mut OnigValue,
1200    ) -> ::std::os::raw::c_int;
1201}
1202extern "C" {
1203    pub fn onig_set_callout_data_by_tag(
1204        reg: OnigRegex,
1205        mp: *mut OnigMatchParam,
1206        tag: *const OnigUChar,
1207        tag_end: *const OnigUChar,
1208        slot: ::std::os::raw::c_int,
1209        type_: OnigType,
1210        val: *mut OnigValue,
1211    ) -> ::std::os::raw::c_int;
1212}
1213extern "C" {
1214    pub fn onig_get_callout_num_by_callout_args(
1215        args: *mut OnigCalloutArgs,
1216    ) -> ::std::os::raw::c_int;
1217}
1218extern "C" {
1219    pub fn onig_get_callout_in_by_callout_args(args: *mut OnigCalloutArgs) -> OnigCalloutIn;
1220}
1221extern "C" {
1222    pub fn onig_get_name_id_by_callout_args(args: *mut OnigCalloutArgs) -> ::std::os::raw::c_int;
1223}
1224extern "C" {
1225    pub fn onig_get_contents_by_callout_args(args: *mut OnigCalloutArgs) -> *const OnigUChar;
1226}
1227extern "C" {
1228    pub fn onig_get_contents_end_by_callout_args(args: *mut OnigCalloutArgs) -> *const OnigUChar;
1229}
1230extern "C" {
1231    pub fn onig_get_args_num_by_callout_args(args: *mut OnigCalloutArgs) -> ::std::os::raw::c_int;
1232}
1233extern "C" {
1234    pub fn onig_get_passed_args_num_by_callout_args(
1235        args: *mut OnigCalloutArgs,
1236    ) -> ::std::os::raw::c_int;
1237}
1238extern "C" {
1239    pub fn onig_get_arg_by_callout_args(
1240        args: *mut OnigCalloutArgs,
1241        index: ::std::os::raw::c_int,
1242        type_: *mut OnigType,
1243        val: *mut OnigValue,
1244    ) -> ::std::os::raw::c_int;
1245}
1246extern "C" {
1247    pub fn onig_get_string_by_callout_args(args: *mut OnigCalloutArgs) -> *const OnigUChar;
1248}
1249extern "C" {
1250    pub fn onig_get_string_end_by_callout_args(args: *mut OnigCalloutArgs) -> *const OnigUChar;
1251}
1252extern "C" {
1253    pub fn onig_get_start_by_callout_args(args: *mut OnigCalloutArgs) -> *const OnigUChar;
1254}
1255extern "C" {
1256    pub fn onig_get_right_range_by_callout_args(args: *mut OnigCalloutArgs) -> *const OnigUChar;
1257}
1258extern "C" {
1259    pub fn onig_get_current_by_callout_args(args: *mut OnigCalloutArgs) -> *const OnigUChar;
1260}
1261extern "C" {
1262    pub fn onig_get_regex_by_callout_args(args: *mut OnigCalloutArgs) -> OnigRegex;
1263}
1264extern "C" {
1265    pub fn onig_get_retry_counter_by_callout_args(
1266        args: *mut OnigCalloutArgs,
1267    ) -> ::std::os::raw::c_ulong;
1268}
1269extern "C" {
1270    pub fn onig_callout_tag_is_exist_at_callout_num(
1271        reg: OnigRegex,
1272        callout_num: ::std::os::raw::c_int,
1273    ) -> ::std::os::raw::c_int;
1274}
1275extern "C" {
1276    pub fn onig_get_callout_tag_start(
1277        reg: OnigRegex,
1278        callout_num: ::std::os::raw::c_int,
1279    ) -> *const OnigUChar;
1280}
1281extern "C" {
1282    pub fn onig_get_callout_tag_end(
1283        reg: OnigRegex,
1284        callout_num: ::std::os::raw::c_int,
1285    ) -> *const OnigUChar;
1286}
1287extern "C" {
1288    pub fn onig_get_callout_data_dont_clear_old(
1289        reg: OnigRegex,
1290        mp: *mut OnigMatchParam,
1291        callout_num: ::std::os::raw::c_int,
1292        slot: ::std::os::raw::c_int,
1293        type_: *mut OnigType,
1294        val: *mut OnigValue,
1295    ) -> ::std::os::raw::c_int;
1296}
1297extern "C" {
1298    pub fn onig_get_callout_data_by_callout_args_self_dont_clear_old(
1299        args: *mut OnigCalloutArgs,
1300        slot: ::std::os::raw::c_int,
1301        type_: *mut OnigType,
1302        val: *mut OnigValue,
1303    ) -> ::std::os::raw::c_int;
1304}
1305extern "C" {
1306    pub fn onig_get_callout_data(
1307        reg: OnigRegex,
1308        mp: *mut OnigMatchParam,
1309        callout_num: ::std::os::raw::c_int,
1310        slot: ::std::os::raw::c_int,
1311        type_: *mut OnigType,
1312        val: *mut OnigValue,
1313    ) -> ::std::os::raw::c_int;
1314}
1315extern "C" {
1316    pub fn onig_get_callout_data_by_callout_args(
1317        args: *mut OnigCalloutArgs,
1318        callout_num: ::std::os::raw::c_int,
1319        slot: ::std::os::raw::c_int,
1320        type_: *mut OnigType,
1321        val: *mut OnigValue,
1322    ) -> ::std::os::raw::c_int;
1323}
1324extern "C" {
1325    pub fn onig_get_callout_data_by_callout_args_self(
1326        args: *mut OnigCalloutArgs,
1327        slot: ::std::os::raw::c_int,
1328        type_: *mut OnigType,
1329        val: *mut OnigValue,
1330    ) -> ::std::os::raw::c_int;
1331}
1332extern "C" {
1333    pub fn onig_set_callout_data(
1334        reg: OnigRegex,
1335        mp: *mut OnigMatchParam,
1336        callout_num: ::std::os::raw::c_int,
1337        slot: ::std::os::raw::c_int,
1338        type_: OnigType,
1339        val: *mut OnigValue,
1340    ) -> ::std::os::raw::c_int;
1341}
1342extern "C" {
1343    pub fn onig_set_callout_data_by_callout_args(
1344        args: *mut OnigCalloutArgs,
1345        callout_num: ::std::os::raw::c_int,
1346        slot: ::std::os::raw::c_int,
1347        type_: OnigType,
1348        val: *mut OnigValue,
1349    ) -> ::std::os::raw::c_int;
1350}
1351extern "C" {
1352    pub fn onig_set_callout_data_by_callout_args_self(
1353        args: *mut OnigCalloutArgs,
1354        slot: ::std::os::raw::c_int,
1355        type_: OnigType,
1356        val: *mut OnigValue,
1357    ) -> ::std::os::raw::c_int;
1358}
1359extern "C" {
1360    pub fn onig_get_capture_range_in_callout(
1361        args: *mut OnigCalloutArgs,
1362        mem_num: ::std::os::raw::c_int,
1363        begin: *mut ::std::os::raw::c_int,
1364        end: *mut ::std::os::raw::c_int,
1365    ) -> ::std::os::raw::c_int;
1366}
1367extern "C" {
1368    pub fn onig_get_used_stack_size_in_callout(
1369        args: *mut OnigCalloutArgs,
1370        used_num: *mut ::std::os::raw::c_int,
1371        used_bytes: *mut ::std::os::raw::c_int,
1372    ) -> ::std::os::raw::c_int;
1373}
1374extern "C" {
1375    pub fn onig_builtin_fail(
1376        args: *mut OnigCalloutArgs,
1377        user_data: *mut ::std::os::raw::c_void,
1378    ) -> ::std::os::raw::c_int;
1379}
1380extern "C" {
1381    pub fn onig_builtin_mismatch(
1382        args: *mut OnigCalloutArgs,
1383        user_data: *mut ::std::os::raw::c_void,
1384    ) -> ::std::os::raw::c_int;
1385}
1386extern "C" {
1387    pub fn onig_builtin_error(
1388        args: *mut OnigCalloutArgs,
1389        user_data: *mut ::std::os::raw::c_void,
1390    ) -> ::std::os::raw::c_int;
1391}
1392extern "C" {
1393    pub fn onig_builtin_count(
1394        args: *mut OnigCalloutArgs,
1395        user_data: *mut ::std::os::raw::c_void,
1396    ) -> ::std::os::raw::c_int;
1397}
1398extern "C" {
1399    pub fn onig_builtin_total_count(
1400        args: *mut OnigCalloutArgs,
1401        user_data: *mut ::std::os::raw::c_void,
1402    ) -> ::std::os::raw::c_int;
1403}
1404extern "C" {
1405    pub fn onig_builtin_max(
1406        args: *mut OnigCalloutArgs,
1407        user_data: *mut ::std::os::raw::c_void,
1408    ) -> ::std::os::raw::c_int;
1409}
1410extern "C" {
1411    pub fn onig_builtin_cmp(
1412        args: *mut OnigCalloutArgs,
1413        user_data: *mut ::std::os::raw::c_void,
1414    ) -> ::std::os::raw::c_int;
1415}
1416extern "C" {
1417    pub fn onig_setup_builtin_monitors_by_ascii_encoded_name(
1418        fp: *mut ::std::os::raw::c_void,
1419    ) -> ::std::os::raw::c_int;
1420}