pub unsafe extern "C" fn magma_connection_perform_buffer_op(
connection: magma_connection_t,
buffer: magma_buffer_t,
options: u32,
start_offset: u64,
length: u64,
) -> magma_status_t
Expand description
\brief Perform an operation on a range of a buffer \param connection An open connection. \param buffer A valid buffer. \param options Options for the operation. \param start_offset Byte offset into the buffer. \param length Length (in bytes) of the region to operate on.