Function DrawTextW

Source
pub unsafe extern "C" fn DrawTextW(
    hdc: HDC,
    lpchText: LPCWSTR,
    cchText: c_int,
    lprc: LPRECT,
    format: UINT,
) -> c_int