pub unsafe extern "system" fn WriteConsoleOutputAttribute(
    hConsoleOutput: *mut c_void,
    lpAttribute: *const u16,
    nLength: u32,
    dwWriteCoord: COORD,
    lpNumberOfAttrsWritten: *mut u32
) -> i32