#[no_mangle] pub unsafe extern "C" fn rust_0_4_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_4_free.
rust_0_4_free