pub unsafe extern "C" fn gtk_grid_query_child(
    grid: *mut GtkGrid,
    child: *mut GtkWidget,
    column: *mut c_int,
    row: *mut c_int,
    width: *mut c_int,
    height: *mut c_int
)