pub unsafe extern "C" fn ofb_decrypt( ct: *const c_uchar, pt: *mut c_uchar, len: c_ulong, ofb: *mut symmetric_OFB, ) -> c_int