Function DrawTextExW

Source
pub unsafe extern "C" fn DrawTextExW(
    hdc: HDC,
    lpchText: LPWSTR,
    cchText: c_int,
    lprc: LPRECT,
    format: UINT,
    lpdtp: LPDRAWTEXTPARAMS,
) -> c_int