pub unsafe extern "system" fn DrawStateW(
    hdc: HDC,
    hbrfore: HBRUSH,
    qfncallback: DRAWSTATEPROC,
    ldata: LPARAM,
    wdata: WPARAM,
    x: i32,
    y: i32,
    cx: i32,
    cy: i32,
    uflags: DRAWSTATE_FLAGS
) -> BOOL
Expand description

Required features: "Win32_Foundation"