1 struct test_redirections {
2   ssize_t (*write)(int fd, const void *buf, size_t count);
3 };
4 
5 struct test_redirections *test_redirections(void);
6