Function windows::Win32::Graphics::GdiPlus::GdipAddPathString

pub unsafe fn GdipAddPathString<P0>(
    path: *mut GpPath,
    string: P0,
    length: i32,
    family: *const GpFontFamily,
    style: i32,
    emsize: f32,
    layoutrect: *const RectF,
    format: *const GpStringFormat
) -> Status
where P0: Param<PCWSTR>,