pub fn instantiate_class_by_name<T: 'static>(
namespace: impl AsRef<str>,
name: impl AsRef<str>,
) -> Il2CppResult<&'static mut T>
pub fn instantiate_class_by_name<T: 'static>(
namespace: impl AsRef<str>,
name: impl AsRef<str>,
) -> Il2CppResult<&'static mut T>