pub unsafe fn buttonmatrix_set_button_ctrl( obj: *mut Object, btn_id: u32, ctrl: ButtonmatrixCtrl, ) -> Result<()>
This function is unsafe because it may dereference raw pointers.