table_get_cell_user_data

Function table_get_cell_user_data 

Source
pub unsafe fn table_get_cell_user_data(
    obj: *mut Object,
    row: u16,
    col: u16,
) -> Result<*mut c_void>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.