pub unsafe extern "C" fn pdf_set_text_field_value(
    ctx: *mut fz_context,
    widget: *mut pdf_annot,
    value: *const c_char
) -> c_int