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