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