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