pub unsafe fn object_get_child_count_by_type( obj: *const Object, class_p: *const ObjectClass, ) -> Result<u32>
This function is unsafe because it may dereference raw pointers.