pub fn to_manifest_value<T: ManifestEncode + ?Sized>(
    value: &T
) -> Result<ManifestValue, RustToManifestValueError>