pub type DynObjectGetFn = for<'a> unsafe fn(PtrConst, &str) -> Option<PtrConst>;
Get a value from an object by key. Returns None if not an object or key not found.
value must point to an initialized dynamic value.
value