Function strncpy

pub unsafe extern "C" fn strncpy(
    dst: *mut i8,
    src: *const i8,
    n: usize,
) -> *mut i8
Available on crate feature dep_sdl2 only.