dropdown_add_option

Function dropdown_add_option 

Source
pub unsafe fn dropdown_add_option(
    obj: *mut Object,
    option: *const c_char,
    pos: u32,
) -> Result<()>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.