# Stubs for msvcrt # NOTE: These are incomplete! def get_osfhandle(file: int) -> int: ... def open_osfhandle(handle: int, flags: int) -> int: ...