pub unsafe extern "system" fn DrawCaption(
    hwnd: HWND,
    hdc: HDC,
    lprect: *const RECT,
    flags: DRAW_CAPTION_FLAGS
) -> BOOL
Expand description

Required features: "Win32_Graphics_Gdi", "Win32_Foundation"