Function process_engine_pointer_result

Source
pub(crate) unsafe fn process_engine_pointer_result(
    result: SzPointerResult,
) -> SzResult<String>
Expand description

Processes an SzPointerResult from engine helper functions

ยงSafety

The caller must ensure that the SzPointerResult contains valid data and that any response pointer is valid and null-terminated.