Prototype

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