pub unsafe extern "system" fn TabbedTextOutW(
    hdc: *mut HDC__,
    x: i32,
    y: i32,
    lpString: *const u16,
    chCount: i32,
    nTabPositions: i32,
    lpnTabStopPositions: *const i32,
    nTabOrigin: i32
) -> i32