Function SDL_wcslcat

Source
pub unsafe extern "C" fn SDL_wcslcat(
    dst: *mut wchar_t,
    src: *const wchar_t,
    maxlen: usize,
) -> usize