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