pub unsafe extern "system" fn ReadConsoleOutputAttribute(
    hConsoleOutput: *mut c_void,
    lpAttribute: *mut u16,
    nLength: u32,
    dwReadCoord: COORD,
    lpNumberOfAttrsRead: *mut u32
) -> i32