Function sqsh_sys::sqsh_mapper_user_data

source ·
pub unsafe extern "C" fn sqsh_mapper_user_data(
    mapper: *const SqshMapper,
) -> *mut c_void
Expand description

Retrieves the user data from a mapper.

§Arguments

  • mapper The mapper to retrieve the user data from.

§Returns

The user data from the mapper.