windows::Win32::GlobalizationFunction ScriptPlaceOpenType
pub unsafe fn ScriptPlaceOpenType<P8>(
hdc: Option<HDC>,
psc: *mut *mut c_void,
psa: *mut SCRIPT_ANALYSIS,
tagscript: u32,
taglangsys: u32,
rcrangechars: Option<*const i32>,
rprangeproperties: Option<*const *const TEXTRANGE_PROPERTIES>,
cranges: i32,
pwcchars: P8,
pwlogclust: *const u16,
pcharprops: *const SCRIPT_CHARPROP,
cchars: i32,
pwglyphs: *const u16,
pglyphprops: *const SCRIPT_GLYPHPROP,
cglyphs: i32,
piadvance: *mut i32,
pgoffset: *mut GOFFSET,
pabc: Option<*mut ABC>,
) -> Result<()>where
P8: Param<PCWSTR>,