Skip to main content

switch_event_bind_removable

Function switch_event_bind_removable 

Source
pub unsafe extern "C" fn switch_event_bind_removable(
    id: *const c_char,
    event: switch_event_types_t,
    subclass_name: *const c_char,
    callback: switch_event_callback_t,
    user_data: *mut c_void,
    node: *mut *mut switch_event_node_t,
) -> switch_status_t