(bind-func glfw_destroy_window (lambda (window:GLFWwindow*) (if (not (null? window)) (glfwDestroyWindow window) (begin (printf "Error: Window pointer is NULL.\n") void)) void))