Skip to main content

copperlace_processor_result_set_output

Function copperlace_processor_result_set_output 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn copperlace_processor_result_set_output( result: *mut CopperlaceProcessorResult, value: *const c_char, ) -> c_int
Expand description

Sets the output for a custom processor callback result.

ยงSafety

result must be the valid result handle passed to the active processor callback. value must point to a valid NUL-terminated UTF-8 string.