Function windows::Win32::Graphics::GdiPlus::GdipDrawString

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