pub unsafe extern "C" fn gst_value_set_int_range(
    value: *mut GValue,
    start: c_int,
    end: c_int
)