Function extism::sdk::extism_current_plugin_memory

source ยท
#[no_mangle]
pub unsafe extern "C" fn extism_current_plugin_memory(
    plugin: *mut CurrentPlugin,
) -> *mut u8
Expand description

Returns a pointer to the memory of the currently running plugin NOTE: this should only be called from host functions.