pub unsafe extern "C" fn gtk_table_new(
    rows: c_uint,
    columns: c_uint,
    homogeneous: gboolean
) -> *mut GtkWidget