pub unsafe extern "C" fn fz_previous_page(
    ctx: *mut fz_context,
    doc: *mut fz_document,
    loc: fz_location
) -> fz_location
Expand description

Function to get the location of the previous page (allowing for the end of chapters etc). If already at the start of the document, returns the current page.