pub unsafe extern "C" fn xts_decrypt( ct: *const c_uchar, ptlen: c_ulong, pt: *mut c_uchar, tweak: *mut c_uchar, xts: *mut symmetric_xts, ) -> c_int