pub unsafe extern "C" fn gtk_box_set_child_packing(
    box_: *mut GtkBox,
    child: *mut GtkWidget,
    expand: gboolean,
    fill: gboolean,
    padding: c_uint,
    pack_type: GtkPackType
)