Function SDL_iconv_open

Source
pub unsafe extern "C" fn SDL_iconv_open(
    tocode: *const c_char,
    fromcode: *const c_char,
) -> SDL_iconv_t