#[no_mangle]
pub extern "C" fn roup_string_list_get(
list: *const OmpStringList,
index: i32,
) -> *const c_char
Expand description
Get string at index from list.
Returns NULL if list is NULL or index out of bounds. Returned pointer is valid until list is freed.