Function SDL_iconv_string

pub unsafe extern "C" fn SDL_iconv_string(
    tocode: *const i8,
    fromcode: *const i8,
    inbuf: *const i8,
    inbytesleft: usize,
) -> *mut i8
Available on crate feature dep_sdl2 only.
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.