Function csp_buffer_free

Source
pub unsafe extern "C" fn csp_buffer_free(buffer: *mut c_void)
Expand description

Free buffer (from task context).

@param[in] buffer buffer to free. NULL is handled gracefully.