Function windows::Win32::Graphics::Gdi::FloodFill

pub unsafe fn FloodFill<P0, P1>(hdc: P0, x: i32, y: i32, color: P1) -> BOOL
where P0: IntoParam<HDC>, P1: IntoParam<COLORREF>,