Function TextOutW

Source
pub unsafe extern "C" fn TextOutW(
    hdc: HDC,
    x: c_int,
    y: c_int,
    lpString: LPCWSTR,
    c: c_int,
) -> BOOL