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