pub unsafe extern "C" fn fz_pool_alloc( ctx: *mut fz_context, pool: *mut fz_pool, size: usize, ) -> *mut c_void
Allocate a block of size bytes from the pool.