table_set_cell_value

Function table_set_cell_value 

Source
pub unsafe fn table_set_cell_value(
    obj: *mut Object,
    row: u32,
    col: u32,
    txt: *const c_char,
) -> Result<()>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.