pub unsafe extern "C" fn pdf_dict_put_matrix(
    ctx: *mut fz_context,
    dict: *mut pdf_obj,
    key: *mut pdf_obj,
    x: fz_matrix
)