pub unsafe extern "C" fn _frida_g_binding_group_bind_full(
    self_: *mut GBindingGroup,
    source_property: *const gchar,
    target: gpointer,
    target_property: *const gchar,
    flags: GBindingFlags,
    transform_to: GBindingTransformFunc,
    transform_from: GBindingTransformFunc,
    user_data: gpointer,
    user_data_destroy: GDestroyNotify
)