#[unsafe(no_mangle)]pub extern "C" fn host_realloc( ptr: *mut u8, old_size: usize, new_size: usize, ) -> *mut u8
Reallocate memory (allocates new for arena, uses system realloc otherwise)