#[unsafe(no_mangle)]pub unsafe extern "C" fn wctrans(class: *const c_char) -> wctrans_tExpand description
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/wctrans.html.
ยงSafety
The caller must ensure that class is convertible to a slice reference, up
to and including a terminating nul.