table_set_column_count

Function table_set_column_count 

Source
pub unsafe fn table_set_column_count(
    obj: *mut Object,
    col_cnt: u32,
) -> Result<()>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.