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

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