Function g_binding_group_bind_full

pub unsafe extern "C" fn g_binding_group_bind_full(
    self_: *mut GBindingGroup,
    source_property: *const i8,
    target: *mut GObject,
    target_property: *const i8,
    flags: u32,
    transform_to: Option<unsafe extern "C" fn(*mut GBinding, *const GValue, *mut GValue, *mut c_void) -> i32>,
    transform_from: Option<unsafe extern "C" fn(*mut GBinding, *const GValue, *mut GValue, *mut c_void) -> i32>,
    user_data: *mut c_void,
    user_data_destroy: Option<unsafe extern "C" fn(*mut c_void)>,
)