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