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