pub unsafe extern "C" fn fz_new_store_context(
    ctx: *mut fz_context,
    max: usize
)
Expand description

Create a new store inside the context

max: The maximum size (in bytes) that the store is allowed to grow to. FZ_STORE_UNLIMITED means no limit.