Function windows::Win32::Graphics::GdiPlus::GdipShearMatrix

pub unsafe fn GdipShearMatrix(
    matrix: *mut Matrix,
    shearx: f32,
    sheary: f32,
    order: MatrixOrder
) -> Status