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