Function windows_sys::Win32::System::Console::ReadConsoleW

pub unsafe extern "system" fn ReadConsoleW(
    hconsoleinput: HANDLE,
    lpbuffer: *mut c_void,
    nnumberofcharstoread: u32,
    lpnumberofcharsread: *mut u32,
    pinputcontrol: *const CONSOLE_READCONSOLE_CONTROL,
) -> BOOL