pub unsafe extern "C" fn g_object_setv(
    object: *mut GObject,
    n_properties: u32,
    names: *mut *const i8,
    values: *const GValue
)