Function kernel32::WriteConsoleOutputCharacterA [] [src]

pub unsafe extern "system" fn WriteConsoleOutputCharacterA(
    hConsoleOutput: HANDLE,
    lpCharacter: LPCSTR,
    nLength: DWORD,
    dwWriteCoord: COORD,
    lpNumberOfCharsWritten: LPDWORD
) -> BOOL