#[no_mangle]
pub unsafe extern "C" fn pipe2(
    fds: *mut [c_int; 2],
    flags: c_int
) -> c_int