K 10 svn:author V 3 jhb K 8 svn:date V 27 2020-05-04T16:30:36.149741Z K 7 svn:log V 337 MFC 355600: Add a callout_func_t typedef for functions used with callout_*(). This typedef is the same as timeout_t except that it is in the callout namespace and header. Use this typedef in various places of the callout implementation that were either using the raw type or timeout_t. While here, add to the manpage. END