Skip to main content

b3ConvertBytesToCompound

Function b3ConvertBytesToCompound 

Source
pub unsafe extern "C" fn b3ConvertBytesToCompound(
    bytes: *mut u8,
    byteCount: c_int,
) -> *mut b3CompoundData
Expand description

Cast the provided bytes to compound data, setting up internal pointers. Use this after de-serializing the compound bytes.