pub unsafe extern "C" fn grpc_slice_buffer_move_first(
    src: *mut grpc_slice_buffer,
    n: usize,
    dst: *mut grpc_slice_buffer
)
Expand description

move the first n bytes of src into dst