[][src]Function winapi::um::wingdi::FloodFill

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