Function rusteron_archive::bindings::aeron_header_values
source ยท pub unsafe extern "C" fn aeron_header_values(
header: *mut aeron_header_t,
values: *mut aeron_header_values_t,
) -> c_int
Expand description
Get all of the field values from the header. This will do a memcpy into the supplied header_values_t pointer.
@param header to read values from. @param values to copy values to, must not be null. @return 0 on success, -1 on failure.