Skip to main content

rt_globals_init

Function rt_globals_init 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn rt_globals_init(base: *mut Value, count: u64)
Expand description

§Safety

base must be writable for count consecutive, properly aligned values and remain live for the generated program’s execution.