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