pub unsafe extern "C" fn EVP_DecryptInit_ex2(
ctx: *mut EVP_CIPHER_CTX,
cipher: *const EVP_CIPHER,
key: *const c_uchar,
iv: *const c_uchar,
params: *const OSSL_PARAM,
) -> c_intpub unsafe extern "C" fn EVP_DecryptInit_ex2(
ctx: *mut EVP_CIPHER_CTX,
cipher: *const EVP_CIPHER,
key: *const c_uchar,
iv: *const c_uchar,
params: *const OSSL_PARAM,
) -> c_int