pub unsafe fn label_is_char_under_pos( obj: *const Object, pos: *mut Point, ) -> Result<bool>
This function is unsafe because it may dereference raw pointers.