pub unsafe extern "system" fn DrawTextExW(
    hdc: *mut HDC__,
    lpchText: *const u16,
    cchText: i32,
    lprc: *mut RECT,
    format: u32,
    lpdtp: *mut DRAWTEXTPARAMS
) -> i32