pub unsafe extern "C" fn k_pipe_close(pipe: *mut k_pipe)
@brief Close a pipe
This routine closes a pipe. Any threads that were blocked on the pipe will be unblocked and receive an error code.
@param pipe Address of the pipe.