pub unsafe extern "C" fn gtk_widget_get_allocated_size(
    widget: *mut GtkWidget,
    allocation: *mut GtkAllocation,
    baseline: *mut c_int
)
Available on crate feature v3_20 only.