pub unsafe extern "system" fn GdipDrawImageFX(
    graphics: *mut GpGraphics,
    image: *mut GpImage,
    source: *mut RectF,
    xform: *mut Matrix,
    effect: *mut CGpEffect,
    imageattributes: *mut GpImageAttributes,
    srcunit: Unit
) -> Status