use crate::prelude::FfiValueUntyped; pub struct Success(FfiValueUntyped); pub struct Failure(FfiValueUntyped);