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