#[unsafe(no_mangle)]pub unsafe extern "C" fn extism_current_plugin_memory(
plugin: *mut Internal,
) -> *mut u8Expand description
Returns a pointer to the memory of the currently running plugin NOTE: this should only be called from host functions.