pub unsafe extern "C" fn grpc_slice_from_static_buffer(
source: *const c_void,
len: usize,
) -> grpc_slice
Expand description
Create a slice pointing to constant memory
pub unsafe extern "C" fn grpc_slice_from_static_buffer(
source: *const c_void,
len: usize,
) -> grpc_slice
Create a slice pointing to constant memory