__stpncpy

Function __stpncpy 

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