pub unsafe extern "C" fn world__create_data(
create_data_type: u64,
data_ptr: *const u8,
data_len: u32,
__ark_ffi_output: *mut DataHandle,
) -> ErrorCodeExpand description
Create a data blob from this input data.
Some data don’t need input, but will generate a handle that you can use to get data. May or may not return a handle to a cached object for this input data.