pub unsafe fn GdipCreateLineBrushFromRectWithAngle<P0>(
    rect: *const RectF,
    color1: u32,
    color2: u32,
    angle: f32,
    isanglescalable: P0,
    wrapmode: WrapMode,
    linegradient: *mut *mut GpLineGradient
) -> Status
where P0: Param<BOOL>,