pub unsafe extern "C" fn g_regex_match_full(
    regex: *const GRegex,
    string: *const i8,
    string_len: isize,
    start_position: i32,
    match_options: u32,
    match_info: *mut *mut GMatchInfo,
    error: *mut *mut GError
) -> i32