pub extern "C" fn dup3( fildes: c_int, fildes2: c_int, flag: c_int, ) -> c_int
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/dup.html.