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