pub unsafe extern "C" fn pdf_set_annot_is_open(
    ctx: *mut fz_context,
    annot: *mut pdf_annot,
    is_open: c_int
)