Function openssl_sys::EVP_CIPHER_CTX_copy

source ยท
pub unsafe extern "C" fn EVP_CIPHER_CTX_copy(
    dst: *mut EVP_CIPHER_CTX,
    src: *const EVP_CIPHER_CTX,
) -> c_int