use c_int;
use ;
use cratee;
/// Create a pipe
///
/// Return 0 if succeed
///
/// # Safety
/// A non-null `fd` must point to two uniquely writable, aligned integers.
pub unsafe extern "C"
/// Creates a byte-stream pipe, optionally marking both fds close-on-exec.
///
/// # Safety
/// A non-null `fd` must point to two uniquely writable, aligned integers.
pub unsafe extern "C"