Function windows::Win32::Graphics::Gdi::TabbedTextOutW
pub unsafe fn TabbedTextOutW<P0>(
hdc: P0,
x: i32,
y: i32,
lpstring: &[u16],
lpntabstoppositions: Option<&[i32]>,
ntaborigin: i32,
) -> i32where
P0: Param<HDC>,