Function strncat

pub unsafe extern "C" fn strncat(
    s: *mut i8,
    ct: *const i8,
    n: usize,
) -> *mut i8
Available on crate feature dep_sdl3 only.