Function sqsh_sys::sqsh_trailing_data

source ·
pub unsafe extern "C" fn sqsh_trailing_data(
    context: *const SqshTrailingContext,
) -> *const u8
Expand description

Retrieves the trailing data in a context.

§Arguments

  • context The context to retrieve the data from.

§Returns

The trailing data in the context.