pub(crate) unsafe fn process_config_pointer_result_bytes(
result: SzPointerResult,
) -> SzResult<Vec<u8>>
Expand description
Processes an SzPointerResult from config helper functions and returns raw bytes
ยงSafety
The caller must ensure that the SzPointerResult contains valid data and that any response pointer is valid.