[−][src]Function grpcio_sys::grpcwrap_channel_create_call
pub unsafe extern "C" fn grpcwrap_channel_create_call(
channel: *mut GrpcChannel,
parent_call: *mut GrpcCall,
propagation_mask: uint32_t,
cq: *mut GrpcCompletionQueue,
method: *const c_char,
method_len: size_t,
host: *const c_char,
host_len: size_t,
deadline: GprTimespec,
reserved: *mut c_void
) -> *mut GrpcCall