#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlStrncpy(
dst: *mut xmlChar,
src: *const xmlChar,
len: c_int,
) -> *mut xmlCharExpand description
Copy up to len characters.
ยงUPSTREAM-PARITY
xmlChar *xmlStrncpy(xmlChar *dst, const xmlChar *src, int len);