Function GetTextExtentPointW

Source
pub unsafe extern "C" fn GetTextExtentPointW(
    hdc: HDC,
    lpString: LPCWSTR,
    c: c_int,
    lpsz: LPSIZE,
) -> BOOL