pub unsafe extern "C" fn fdopen( __fd: c_int, __modes: *const c_char, ) -> *mut FILE
Create a new stream that refers to an existing system file descriptor.