Function ScriptTextOut
pub unsafe fn ScriptTextOut<P7>(
hdc: HDC,
psc: *mut *mut c_void,
x: i32,
y: i32,
fuoptions: u32,
lprc: Option<*const RECT>,
psa: *const SCRIPT_ANALYSIS,
pwcreserved: P7,
ireserved: Option<i32>,
pwglyphs: *const u16,
cglyphs: i32,
piadvance: *const i32,
pijustify: Option<*const i32>,
pgoffset: *const GOFFSET,
) -> Result<()>where
P7: Param<PCWSTR>,