#[no_mangle]
pub extern "C" fn haystack_value_init() -> Box<Value>
Expand description

Construct an empty Value

Example

let val = haystack_value_init();
assert!(haystack_value_is_null(val))