pub unsafe extern "system" fn FloodFill(
    hdc: HDC,
    x: i32,
    y: i32,
    color: COLORREF
) -> BOOL
Expand description

Required features: "Win32_Foundation"