Function mupdf_sys::fz_pool_strdup

source ·
pub unsafe extern "C" fn fz_pool_strdup(
    ctx: *mut fz_context,
    pool: *mut fz_pool,
    s: *const c_char
) -> *mut c_char
Expand description

strdup equivalent allocating from the pool.