pub unsafe extern "C" fn grpc_slice_buffer_move_first_into_buffer(
src: *mut grpc_slice_buffer,
n: usize,
dst: *mut c_void
)
Expand description
move the first n bytes of src into dst (copying them)
pub unsafe extern "C" fn grpc_slice_buffer_move_first_into_buffer(
src: *mut grpc_slice_buffer,
n: usize,
dst: *mut c_void
)
move the first n bytes of src into dst (copying them)