Prototype

extern(C) void glfwGetWindowSize(
  GLFWwindow* window,
  int* width,
  int* height
) nothrow;