Function GdipAddPathStringI
pub unsafe fn GdipAddPathStringI<P1>(
path: *mut GpPath,
string: P1,
length: i32,
family: *const GpFontFamily,
style: i32,
emsize: f32,
layoutrect: *const Rect,
format: *const GpStringFormat,
) -> Statuswhere
P1: Param<PCWSTR>,