pub fn trace_float(msg: &[u8], float: XFL) -> Result<u64>
Write a XFL float to the XRPLD trace log
let _ = trace_float(b"my float", XFL(42.0));