pub unsafe extern "system" fn DrawStateW(
    hdc: *mut HDC__,
    hbrFore: *mut HBRUSH__,
    qfnCallBack: Option<unsafe extern "system" fn(_: *mut HDC__, _: isize, _: usize, _: i32, _: i32) -> i32>,
    lData: isize,
    wData: usize,
    x: i32,
    y: i32,
    cx: i32,
    cy: i32,
    uFlags: u32
) -> i32