pub unsafe extern "C" fn g_regex_split_full(
regex: *const GRegex,
string: *const c_char,
string_len: ssize_t,
start_position: c_int,
match_options: GRegexMatchFlags,
max_tokens: c_int,
error: *mut *mut GError,
) -> *mut *mut c_char