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