Function module_run__create_function

Source
pub unsafe extern "C" fn module_run__create_function(
    fn_type: u32,
    fn_module_ptr: *const u8,
    fn_module_len: u32,
    fn_name_ptr: *const u8,
    fn_name_len: u32,
    __ark_ffi_output: *mut FunctionHandle,
) -> ErrorCode