pub unsafe extern "C" fn furi_event_loop_unsubscribe(
instance: *mut FuriEventLoop,
object: *mut FuriEventLoopObject,
)Expand description
Unsubscribe from events (common)
ยงArguments
instance- The Event Loop instanceobject- The object to unsubscribe from