pub unsafe extern "system" fn TextOutW(
    hdc: *mut HDC__,
    x: i32,
    y: i32,
    lpString: *const u16,
    c: i32
) -> i32