pub unsafe extern "C" fn EVP_CipherInit_SKEY(
ctx: *mut evp_cipher_ctx_st,
cipher: *const evp_cipher_st,
skey: *mut evp_skey_st,
iv: *const u8,
iv_len: usize,
enc: i32,
params: *const ossl_param_st,
) -> i32
pub unsafe extern "C" fn EVP_CipherInit_SKEY(
ctx: *mut evp_cipher_ctx_st,
cipher: *const evp_cipher_st,
skey: *mut evp_skey_st,
iv: *const u8,
iv_len: usize,
enc: i32,
params: *const ossl_param_st,
) -> i32