table_get_cell_value

Function table_get_cell_value 

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

ยงSafety

This function is unsafe because it may dereference raw pointers.