pub unsafe extern "C" fn wasm_runtime_get_custom_data(
module_inst: wasm_module_inst_t,
) -> *mut c_void
Expand description
Get the custom data within a WASM module instance.
@param module_inst the WASM module instance
@return the custom data (NULL if not set yet)