pub unsafe extern "C" fn aeron_controlled_image_fragment_assembler_handler(
    clientd: *mut c_void,
    buffer: *const u8,
    length: usize,
    header: *mut aeron_header_t
) -> aeron_controlled_fragment_handler_action_t
Expand description

Handler function to be passed for handling fragment assembly.

@param clientd passed in the poll call (must be a aeron_image_controlled_fragment_assembler_t) @param buffer containing the data. @param length of the data in bytes. @param header representing the meta data for the data. @return The action to be taken with regard to the stream position after the callback.