pub unsafe extern "system" fn ReadConsoleInputA(
    hConsoleInput: *mut c_void,
    lpBuffer: *mut INPUT_RECORD,
    nLength: u32,
    lpNumberOfEventsRead: *mut u32
) -> i32