pub type DynArrayGetFn = unsafe fn(PtrConst, usize) -> Option<PtrConst>;
Get an element from an array by index. Returns None if not an array or index out of bounds.
value must point to an initialized dynamic value.
value