table_set_cell_value_fmt

Function table_set_cell_value_fmt 

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

ยงSafety

This function is unsafe because it may dereference raw pointers.