pub unsafe extern "C" fn lv_button_create( parent: *mut lv_obj_t, ) -> *mut lv_obj_t
Create a button object @param parent pointer to an object, it will be the parent of the new button @return pointer to the created button