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