pub unsafe fn GdipSetImageAttributesWrapMode<P0>(
    imageattr: *mut GpImageAttributes,
    wrap: WrapMode,
    argb: u32,
    clamp: P0
) -> Status
where P0: Param<BOOL>,