Skip to main content

switch_event_bind

Function switch_event_bind 

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