Function windows::Win32::Graphics::Gdi::GdiGradientFill

pub unsafe fn GdiGradientFill<P0>(
    hdc: P0,
    pvertex: &[TRIVERTEX],
    pmesh: *const c_void,
    ncount: u32,
    ulmode: GRADIENT_FILL,
) -> BOOL
where P0: Param<HDC>,