Function process_config_mgr_pointer_result

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

Processes an SzPointerResult from config manager helper functions

ยงSafety

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