table_clear_cell_ctrl

Function table_clear_cell_ctrl 

Source
pub unsafe fn table_clear_cell_ctrl(
    obj: *mut Object,
    row: u32,
    col: u32,
    ctrl: TableCellCtrl,
) -> Result<()>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.