#[unsafe(no_mangle)]pub unsafe extern "C" fn push_value(
stack: *mut StackValue,
value: Value,
) -> *mut StackValueExpand description
Push an arbitrary Value onto the stack (for LLVM codegen)
ยงSafety
Stack pointer must be valid and have room for the value.