Function windows::Win32::Graphics::Gdi::GradientFill
pub unsafe fn GradientFill<P0>(
hdc: P0,
pvertex: &[TRIVERTEX],
pmesh: *const c_void,
nmesh: u32,
ulmode: GRADIENT_FILL,
) -> BOOLwhere
P0: Param<HDC>,