bit_lib_bytes_to_num_be

Function bit_lib_bytes_to_num_be 

Source
pub unsafe extern "C" fn bit_lib_bytes_to_num_be(
    src: *const u8,
    len: u8,
) -> u64
Expand description

Convert bytes to number in big endian order

§Arguments

  • src - byte array
  • len - max used bytes count

§Returns

uint64_t