[][src]Function grpcio_sys::grpc_channel_create_registered_call

pub unsafe extern "C" fn grpc_channel_create_registered_call(
    channel: *mut grpc_channel,
    parent_call: *mut grpc_call,
    propagation_mask: u32,
    completion_queue: *mut grpc_completion_queue,
    registered_call_handle: *mut c_void,
    deadline: gpr_timespec,
    reserved: *mut c_void
) -> *mut grpc_call

Create a call given a handle returned from grpc_channel_register_call. \sa grpc_channel_create_call.