Function windows_sys::Win32::Graphics::GdiPlus::GdipDrawString

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