Skip to main content

wctrans

Function wctrans 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn wctrans(class: *const c_char) -> wctrans_t
Expand 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.