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