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