Function GetTabbedTextExtentA

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