Function GdipDrawString
pub unsafe fn GdipDrawString<P1>(
graphics: *mut GpGraphics,
string: P1,
length: i32,
font: *const GpFont,
layoutrect: *const RectF,
stringformat: *const GpStringFormat,
brush: *const GpBrush,
) -> Statuswhere
P1: Param<PCWSTR>,