Function dup3

Source
pub unsafe extern "C" fn dup3(
    __fd: i32,
    __fd2: i32,
    __flags: i32,
) -> i32