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