strncpy

Function strncpy 

Source
pub unsafe extern "C" fn strncpy(
    dst: *mut u8,
    src: *const u8,
    n: usize,
) -> *mut u8