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