Function windows::Win32::Graphics::GdiPlus::GdipScaleMatrix

pub unsafe fn GdipScaleMatrix(
    matrix: *mut Matrix,
    scalex: f32,
    scaley: f32,
    order: MatrixOrder
) -> Status