Function windows_sys::Win32::Graphics::GdiPlus::GdipScaleMatrix
pub unsafe extern "system" fn GdipScaleMatrix(
matrix: *mut Matrix,
scalex: f32,
scaley: f32,
order: MatrixOrder,
) -> Status