pub unsafe extern "C" fn BF_cbc_encrypt( in_: *const u8, out: *mut u8, length: usize, schedule: *const BF_KEY, ivec: *mut u8, enc: c_int, )