GetTabbedTextExtentA

Function GetTabbedTextExtentA 

Source
pub unsafe extern "system" fn GetTabbedTextExtentA(
    hdc: HDC,
    lpString: LPCSTR,
    chCount: c_int,
    nTabPositions: c_int,
    lpnTabStopPositions: *const INT,
) -> DWORD