pub unsafe extern "C" fn wasm_runtime_is_import_func_linked(
module_name: *const c_char,
func_name: *const c_char,
) -> bool
Expand description
Check whether an import func (import <module_name> <func_name> (func ...))
is linked or not with runtime registered native functions