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