Function windows::Win32::Graphics::Gdi::DrawStateW

pub unsafe fn DrawStateW<P0, P1, P2, P3>(
    hdc: P0,
    hbrfore: P1,
    qfncallback: DRAWSTATEPROC,
    ldata: P2,
    wdata: P3,
    x: i32,
    y: i32,
    cx: i32,
    cy: i32,
    uflags: DRAWSTATE_FLAGS
) -> BOOL
where P0: IntoParam<HDC>, P1: IntoParam<HBRUSH>, P2: IntoParam<LPARAM>, P3: IntoParam<WPARAM>,