(bind-func glfw_get_window_height (lambda (window) (let ((height_ptr:i32* (salloc))) (glfwGetWindowSize window null height_ptr) (pref height_ptr 0))))