pub unsafe fn TabbedTextOutW<P0>(
    hdc: P0,
    x: i32,
    y: i32,
    lpstring: &[u16],
    lpntabstoppositions: Option<&[i32]>,
    ntaborigin: i32
) -> i32
where P0: IntoParam<HDC>,