pub type DynArrayLenFn = unsafe fn(PtrConst) -> Option<usize>;
Get the length of an array. Returns None if not an array.
value must point to an initialized dynamic value.
value