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