dropdown_set_options_static

Function dropdown_set_options_static 

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

ยงSafety

This function is unsafe because it may dereference raw pointers.