pub unsafe fn GdipSetPathGradientGammaCorrection<P0>(
    brush: *mut GpPathGradient,
    usegammacorrection: P0
) -> Status
where P0: Param<BOOL>,