Prototype

extern(C) void glfwGetMonitorPhysicalSize(
  GLFWmonitor* monitor,
  int* widthMM,
  int* heightMM
) nothrow;