cstrncpy

Function cstrncpy 

Source
pub unsafe extern "C" fn cstrncpy(
    __dest: *mut u8,
    __src: *const u8,
    __n: u64,
) -> *mut u8