pub unsafe extern "C" fn fz_run_page_annots(
    ctx: *mut fz_context,
    page: *mut fz_page,
    dev: *mut fz_device,
    transform: fz_matrix,
    cookie: *mut fz_cookie
)
Expand description

Run the annotations on a page through a device.