pub unsafe extern "C" fn aws_channel_slot_replace(
    remove: *mut aws_channel_slot,
    new_slot: *mut aws_channel_slot
) -> c_int
Expand description

Replaces remove with new_slot. Deallocates remove and its handler.