Function windows::Win32::Graphics::GdiPlus::GdipAddPathStringI

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