[][src]Function transmission_sys::tr_strlcpy

pub unsafe extern "C" fn tr_strlcpy(
    dst: *mut c_char,
    src: *const c_void,
    siz: usize
) -> usize

@brief Portability wrapper for strlcpy() that uses the system implementation if available