dup3

Function dup3 

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