pub unsafe extern "C" fn fz_set_user_context(
    ctx: *mut fz_context,
    user: *mut c_void
)
Expand description

Set the user field in the context.

NULL initially, this field can be set to any opaque value required by the user. It is copied on clones.