Function windows::Win32::Graphics::GdiPlus::GdipSetMatrixElements
pub unsafe fn GdipSetMatrixElements(
matrix: *mut Matrix,
m11: f32,
m12: f32,
m21: f32,
m22: f32,
dx: f32,
dy: f32,
) -> Status