pub unsafe extern "C" fn arv_gc_string_set_value(
    gc_string: *mut ArvGcString,
    value: *const c_char,
    error: *mut *mut GError
)