pub unsafe extern "C" fn gtk_fixed_put(
    fixed: *mut GtkFixed,
    widget: *mut GtkWidget,
    x: c_double,
    y: c_double
)