pub fn u128_from_le_buffer(data: &[u8]) -> Result<u128, Errors>
Expand description

Transform a u128 value from u8 buffer.