Function GdipSaveImageToFile
pub unsafe fn GdipSaveImageToFile<P1>(
image: *mut GpImage,
filename: P1,
clsidencoder: *const GUID,
encoderparams: *const EncoderParameters,
) -> Statuswhere
P1: Param<PCWSTR>,