#[unsafe(no_mangle)]pub extern "C" fn __hbindgen_mem_alloc(size: usize) -> *mut u8
Allows to allocate memory space for a given size. Used when transmitting data from the host to a guest module.