pub unsafe extern "C" fn gtk_layout_put(
    layout: *mut GtkLayout,
    child_widget: *mut GtkWidget,
    x: c_int,
    y: c_int
)