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