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

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