Type Alias glfw::ffi::GLFWwindowsizefun

source ยท
pub type GLFWwindowsizefun = extern "C" fn(_: *mut GLFWwindow, _: c_int, _: c_int);