#[no_mangle] pub extern "C" fn haystack_value_init() -> Box<Value>
Construct an empty Value
let val = haystack_value_init(); assert!(haystack_value_is_null(val))