Prototype

extern(C) void glfwSetWindowAspectRatio(
  GLFWwindow* window,
  int numer,
  int denom
) nothrow;