pub type DynGetKindFn = unsafe fn(value: PtrConst) -> DynValueKind;
Get the kind of value stored.
value must point to an initialized dynamic value.
value