buttonmatrix_set_button_width

Function buttonmatrix_set_button_width 

Source
pub unsafe fn buttonmatrix_set_button_width(
    obj: *mut Object,
    btn_id: u32,
    width: u32,
) -> Result<()>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.