pub fn class_from_ptr(ptr: *mut c_void) -> Option<Class>Expand description
Hydrates a Class from a raw Il2CppClass pointer.
This is mainly useful when lower-level APIs hand you raw class pointers and you want to re-enter the safe-ish metadata layer.