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