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