Function OPENSSL_strlcpy

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