pub unsafe extern "C" fn fz_clip_stroke_text(
    ctx: *mut fz_context,
    dev: *mut fz_device,
    text: *const fz_text,
    stroke: *const fz_stroke_state,
    ctm: fz_matrix,
    scissor: fz_rect
)