pub unsafe extern "system" fn GdipScalePenTransform(
    pen: *mut GpPen,
    sx: f32,
    sy: f32,
    order: MatrixOrder
) -> Status