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