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