This function is unsafe because it interacts with the C API.
impl<A, B, C, D, E, F, G, H, I, J, K, L, O> Executor for dyn Factory<(A, B, C, D, E, F, G, H, I, J, K, L), O> where
O: 'static,
A: FromArma + 'static,
B: FromArma + 'static,
C: FromArma + 'static,
D: FromArma + 'static,
E: FromArma + 'static,
F: FromArma + 'static,
G: FromArma + 'static,
H: FromArma + 'static,
I: FromArma + 'static,
J: FromArma + 'static,
K: FromArma + 'static,
L: FromArma + 'static,
impl<A, B, C, D, E, F, G, H, I, J, K, O> Executor for dyn Factory<(A, B, C, D, E, F, G, H, I, J, K), O> where
O: 'static,
A: FromArma + 'static,
B: FromArma + 'static,
C: FromArma + 'static,
D: FromArma + 'static,
E: FromArma + 'static,
F: FromArma + 'static,
G: FromArma + 'static,
H: FromArma + 'static,
I: FromArma + 'static,
J: FromArma + 'static,
K: FromArma + 'static,
impl<A, B, C, D, E, F, G, H, I, J, O> Executor for dyn Factory<(A, B, C, D, E, F, G, H, I, J), O> where
O: 'static,
A: FromArma + 'static,
B: FromArma + 'static,
C: FromArma + 'static,
D: FromArma + 'static,
E: FromArma + 'static,
F: FromArma + 'static,
G: FromArma + 'static,
H: FromArma + 'static,
I: FromArma + 'static,
J: FromArma + 'static,
impl<A, B, C, D, E, F, G, H, I, O> Executor for dyn Factory<(A, B, C, D, E, F, G, H, I), O> where
O: 'static,
A: FromArma + 'static,
B: FromArma + 'static,
C: FromArma + 'static,
D: FromArma + 'static,
E: FromArma + 'static,
F: FromArma + 'static,
G: FromArma + 'static,
H: FromArma + 'static,
I: FromArma + 'static,
impl<A, B, C, D, E, F, G, H, O> Executor for dyn Factory<(A, B, C, D, E, F, G, H), O> where
O: 'static,
A: FromArma + 'static,
B: FromArma + 'static,
C: FromArma + 'static,
D: FromArma + 'static,
E: FromArma + 'static,
F: FromArma + 'static,
G: FromArma + 'static,
H: FromArma + 'static,
impl<A, B, C, D, E, F, G, O> Executor for dyn Factory<(A, B, C, D, E, F, G), O> where
O: 'static,
A: FromArma + 'static,
B: FromArma + 'static,
C: FromArma + 'static,
D: FromArma + 'static,
E: FromArma + 'static,
F: FromArma + 'static,
G: FromArma + 'static,
impl<A, B, C, D, E, F, O> Executor for dyn Factory<(A, B, C, D, E, F), O> where
O: 'static,
A: FromArma + 'static,
B: FromArma + 'static,
C: FromArma + 'static,
D: FromArma + 'static,
E: FromArma + 'static,
F: FromArma + 'static,
impl<A, B, C, D, E, O> Executor for dyn Factory<(A, B, C, D, E), O> where
O: 'static,
A: FromArma + 'static,
B: FromArma + 'static,
C: FromArma + 'static,
D: FromArma + 'static,
E: FromArma + 'static,
impl<A, B, C, D, O> Executor for dyn Factory<(A, B, C, D), O> where
O: 'static,
A: FromArma + 'static,
B: FromArma + 'static,
C: FromArma + 'static,
D: FromArma + 'static,
impl<A, B, C, O> Executor for dyn Factory<(A, B, C), O> where
O: 'static,
A: FromArma + 'static,
B: FromArma + 'static,
C: FromArma + 'static,