#[no_mangle]
pub unsafe extern "C" fn extism_current_plugin_memory_length(
    plugin: *mut Plugin,
    n: Size
) -> Size
Expand description

Get the length of an allocated block NOTE: this should only be called from host functions.