pub unsafe fn dynamic_gate_call<A: Tuple + Crossing + Copy, R: Crossing + Copy>( target: DynamicSecGate<'_, A, R>, args: A, ) -> Result<R, TwzError>