pub unsafe extern "C" fn transport_new(
    send_func: Option<SendEnvelopeFunction>
) -> *mut Transport
Expand description

Creates a new transport with an initial send_func.