[][src]Function jbig2dec_sys::jbig2_ctx_new_imp

pub unsafe extern "C" fn jbig2_ctx_new_imp(
    allocator: *mut Jbig2Allocator,
    options: Jbig2Options,
    global_ctx: *mut Jbig2GlobalCtx,
    error_callback: Jbig2ErrorCallback,
    error_callback_data: *mut c_void,
    jbig2_version_major: c_int,
    jbig2_version_minor: c_int
) -> *mut Jbig2Ctx