Function glfw::ffi::glfwSetWindowSizeLimits
source · pub unsafe extern "C" fn glfwSetWindowSizeLimits(
window: *mut GLFWwindow,
minwidth: c_int,
minheight: c_int,
maxwidth: c_int,
maxheight: c_int
)