pub unsafe extern "C" fn blosc2_schunk_set_slice_buffer(
schunk: *mut blosc2_schunk,
start: i64,
stop: i64,
buffer: *mut c_void,
) -> c_intExpand description
@brief Update a schunk slice from buffer.
@param schunk The super-chunk where to set the slice. @param start Index (0-based) where the slice begins. @param stop The first index (0-based) that is not in the selected slice. @param buffer The buffer containing the data to set.
@return An error code.