Function FillConsoleOutputAttribute

Source
pub unsafe extern "C" fn FillConsoleOutputAttribute(
    hConsoleOutput: HANDLE,
    wAttribute: WORD,
    nLength: DWORD,
    dwWriteCoord: COORD,
    lpNumberOfAttrsWritten: LPDWORD,
) -> BOOL