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