pub unsafe fn dropdown_set_symbol( obj: *mut Object, symbol: *const c_void, ) -> Result<()>
This function is unsafe because it may dereference raw pointers.