Function windows::Win32::Graphics::Gdi::GetTabbedTextExtentW

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