Function sgx_tlibc_sys::strlcpy

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