Function EVP_CIPHER_do_all

Source
pub unsafe extern "C" fn EVP_CIPHER_do_all(
    fn_: Option<unsafe extern "C" fn(_: *const evp_cipher_st, _: *const i8, _: *const i8, _: *mut c_void)>,
    arg: *mut c_void,
)