assert!(ensure_support_funds_preserved("usdt", FPDecimal::from(100u128), FPDecimal::from(100u128)).is_ok());
assert!(ensure_support_funds_preserved("usdt", FPDecimal::from(100u128), FPDecimal::from(101u128)).is_ok());
let result = ensure_support_funds_preserved("usdt", FPDecimal::from(100u128), FPDecimal::must_from_str("99.999999999999999999"));