Function windows_sys::Win32::Graphics::GdiPlus::GdipDrawDriverString
pub unsafe extern "system" fn GdipDrawDriverString(
graphics: *mut GpGraphics,
text: *const u16,
length: i32,
font: *const GpFont,
brush: *const GpBrush,
positions: *const PointF,
flags: i32,
matrix: *const Matrix
) -> Status