Function windows::Win32::Graphics::Gdi::GetTabbedTextExtentA

pub unsafe fn GetTabbedTextExtentA<P0>(
    hdc: P0,
    lpstring: &[u8],
    lpntabstoppositions: Option<&[i32]>,
) -> u32
where P0: Param<HDC>,