Function sdl2_sys::SDL_iconv_string
source ยท pub unsafe extern "C" fn SDL_iconv_string(
tocode: *const c_char,
fromcode: *const c_char,
inbuf: *const c_char,
inbytesleft: usize,
) -> *mut c_char
Expand description
This function converts a string between encodings in one pass, returning a string that must be freed with SDL_free() or NULL on error.
\since This function is available since SDL 2.0.0.