Prototype

extern(C) void glfwGetWindowFrameSize(
  GLFWwindow* window,
  int* left,
  int* top,
  int* right,
  int* bottom
) nothrow;