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