pub unsafe fn DrawStateA<'a>(
hdc: impl IntoParam<'a, HDC>,
hbrfore: impl IntoParam<'a, HBRUSH>,
qfncallback: Option<DRAWSTATEPROC>,
ldata: impl IntoParam<'a, LPARAM>,
wdata: impl IntoParam<'a, WPARAM>,
x: i32,
y: i32,
cx: i32,
cy: i32,
uflags: DRAWSTATE_FLAGS,
) -> BOOL