Function g_object_new_with_properties

pub unsafe extern "C" fn g_object_new_with_properties(
    object_type: usize,
    n_properties: u32,
    names: *mut *const i8,
    values: *const GValue,
) -> *mut GObject