pub fn bind_to_fd_with_ops<T: FdOps>(ops: T, fd: RawFd) -> Result<(), Status>
Bind ops to a specific file descriptor.
ops
NOTE: Due to the underlying use of fdio, error cases might also clobber errno.