Function ucm_unset_event_handler

Source
pub unsafe extern "C" fn ucm_unset_event_handler(
    events: c_int,
    cb: ucm_event_callback_t,
    arg: *mut c_void,
)
Expand description

@brief Remove a handler for memory events.

@param [in] events Which events to remove. The handler is removed completely when all its events are removed. @param [in] cb Event-handling callback. @param [in] arg User-defined argument for the callback.