Function r_core::r_str_ncpy[][src]

pub unsafe extern "C" fn r_str_ncpy(
    dst: *mut c_char,
    src: *const c_char,
    n: size_t
) -> size_t