pub unsafe extern "C" fn arv_gc_integer_set_value(
    gc_integer: *mut ArvGcInteger,
    value: i64,
    error: *mut *mut GError
)