internal static extern int uv_pipe_pending_type(NamedPipe handle);
internal static extern int uv_pipe_chmod(NamedPipe handle, int flags);
internal static extern int uv_pipe_pending_count(NamedPipe handle);
internal static extern void uv_pipe_pending_instances(NamedPipe handle, int count);
internal static extern int uv_pipe_getpeername(NamedPipe handle, out IntPtr buffer, ref int length);
internal static extern int uv_pipe_bind(NamedPipe handle, string name);
internal static extern int uv_pipe_init(EventLooper looper, NamedPipe handle, int ipc);