Function extism::sdk::extism_current_plugin_memory_free

source ยท
#[no_mangle]
pub unsafe extern "C" fn extism_current_plugin_memory_free(
    plugin: *mut CurrentPlugin,
    ptr: ExtismMemoryHandle,
)
Expand description

Free an allocated memory block NOTE: this should only be called from host functions.