pub unsafe extern "system" fn CreatePseudoConsole(
    size: COORD,
    hInput: *mut c_void,
    hOutput: *mut c_void,
    dwFlags: u32,
    phPC: *mut *mut c_void
) -> i32