pub unsafe extern "C" fn b3ConvertBytesToCompound(
bytes: *mut u8,
byteCount: c_int,
) -> *mut b3CompoundDataExpand description
Cast the provided bytes to compound data, setting up internal pointers. Use this after de-serializing the compound bytes.