pub unsafe extern "system" fn ExtTextOutW(
    hdc: *mut HDC__,
    x: i32,
    y: i32,
    options: u32,
    lprect: *const RECT,
    lpString: *const u16,
    c: u32,
    lpDx: *const i32
) -> i32