Function GetTabbedTextExtentW

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