pub unsafe extern "C" fn gtk_window_get_size(
    window: *mut GtkWindow,
    width: *mut c_int,
    height: *mut c_int
)