pub unsafe extern "C" fn g_strsplit_set(
    string: *const i8,
    delimiters: *const i8,
    max_tokens: i32
) -> *mut *mut i8