(bind-func glfw_window_position_callback:GLFWwindowposfun (lambda (window xpos ypos) (printf "window position x: %d y: %d\n" xpos ypos) void))