__hbindgen_mem_alloc

Function __hbindgen_mem_alloc 

Source
#[unsafe(no_mangle)]
pub extern "C" fn __hbindgen_mem_alloc(size: usize) -> *mut u8
Expand description

Allows to allocate memory space for a given size. Used when transmitting data from the host to a guest module.