#[unsafe(no_mangle)]pub unsafe extern "C" fn pio_json_value_array_at(
value: *const PioJsonValue,
index: usize,
error: *mut *mut PioError,
) -> *mut PioJsonValueExpand description
Return one owner-rooted element from a structured JSON array.
ยงSafety
Pointers and handles must satisfy the crate-level safety requirements.