#[no_mangle] pub extern "C" fn allocate_sized_memory(size: usize) -> *mut u8
Allocates sized memory of a given size
Pointer to allocated memory