openssl_sys

Function 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