pub unsafe extern "C" fn CAST_cbc_encrypt( in_: *const u8, out: *mut u8, length: usize, ks: *const CAST_KEY, iv: *mut u8, enc: c_int, )