#[unsafe(no_mangle)]pub unsafe extern "C" fn rust_0_6_malloc(size_bytes: usize) -> *mut u8
Allocate size_bytes many bytes and return a pointer.
size_bytes
Allocated bytes must be freed using rust_0_6_free.
rust_0_6_free