Function OPENSSL_strlcat

Source
pub unsafe extern "C" fn OPENSSL_strlcat(
    dst: *mut i8,
    src: *const i8,
    siz: usize,
) -> usize