[][src]Function xed_sys::xed_strncpy

pub unsafe extern "C" fn xed_strncpy(
    dst: *mut c_char,
    src: *const c_char,
    len: c_int
) -> c_int

returns the number of bytes remaining for the next use of #xed_strncpy() or #xed_strncat() .