#[unsafe(no_mangle)]pub unsafe extern "C" fn yinput_json_array(
values: *mut YInput,
len: u32,
) -> YInputExpand description
Function constructor used to create a JSON-like array YInput cell of other JSON-like values of
a given length. This function doesn’t allocate any heap resources and doesn’t release any on its
own, therefore its up to a caller to free resources once a structure is no longer needed.