dropdown_set_options

Function dropdown_set_options 

Source
pub unsafe fn dropdown_set_options(
    obj: *mut Object,
    options: *const c_char,
) -> Result<()>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.