pub unsafe extern "system" fn GdipSetMatrixElements( matrix: *mut Matrix, m11: f32, m12: f32, m21: f32, m22: f32, dx: f32, dy: f32, ) -> Status