pub unsafe extern "C" fn DES_ncbc_encrypt( in_: *const u8, out: *mut u8, len: usize, schedule: *const DES_key_schedule, ivec: *mut DES_cblock, enc: c_int, )