pub fn top_encode_from_nested_or_exit<T, O, ExitCtx>(
obj: &T,
output: O,
c: ExitCtx,
exit: fn(ExitCtx, EncodeError) -> !,
)pub fn top_encode_from_nested_or_exit<T, O, ExitCtx>(
obj: &T,
output: O,
c: ExitCtx,
exit: fn(ExitCtx, EncodeError) -> !,
)