pub unsafe extern "C" fn SzConfig_export(
configHandle: *mut c_void,
responseBuf: *mut *mut c_char,
bufSize: *mut usize,
resizeFunc: Option<unsafe extern "C" fn(ptr: *mut c_void, newSize: usize) -> *mut c_void>,
) -> i64Expand description
@brief This method saves the SzConfig object into a JSON string.