pub unsafe extern "C" fn g_string_insert(
    string: *mut GString,
    pos: isize,
    val: *const i8
) -> *mut GString