pub unsafe extern "C" fn switch_channel_alloc(
channel: *mut *mut switch_channel_t,
direction: switch_call_direction_t,
pool: *mut switch_memory_pool_t,
) -> switch_status_tExpand description
\brief Allocate a new channel \param channel NULL pointer to allocate channel to \param pool memory_pool to use for allocation \return SWITCH_STATUS_SUCCESS if successful