#[unsafe(no_mangle)]pub extern "C" fn dup2(fildes: c_int, fildes2: c_int) -> c_int
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/dup.html.