Function glfw::ffi::glfwSetWindowSize

source ยท
pub unsafe extern "C" fn glfwSetWindowSize(
    window: *mut GLFWwindow,
    width: c_int,
    height: c_int,
)