pub unsafe fn DrawCaption<P0, P1>( hwnd: P0, hdc: P1, lprect: *const RECT, flags: DRAW_CAPTION_FLAGS, ) -> BOOLwhere P0: Param<HWND>, P1: Param<HDC>,