#[no_mangle] pub unsafe extern "C" fn ax_pipe( fd1: *mut c_int, fd2: *mut c_int ) -> c_int
pipe
cbindings
Create a pipe
Return 0 if succeed