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