fn evp_encrypt_init(
cipher_ctx: &mut ManagedPointer<*mut EVP_CIPHER_CTX>,
cipher: &ConstPointer<EVP_CIPHER>,
key: &[u8],
iv: Option<&[u8]>,
) -> Result<(), Unspecified>
fn evp_encrypt_init(
cipher_ctx: &mut ManagedPointer<*mut EVP_CIPHER_CTX>,
cipher: &ConstPointer<EVP_CIPHER>,
key: &[u8],
iv: Option<&[u8]>,
) -> Result<(), Unspecified>