Add docs for wctype.h, fix unsafe handling
Adds docs for wctype.h
.
The wctrans()
function has been marked unsafe
, as the unsafety was not contained in its existing unsafe
block. The module has been updated with #[deny(unsafe_op_in_unsafe_fn)]
.
Additionally reorders the functions in the source so it matches the spec's order.