[][src]Type Definition mupdf_sys::fz_image_get_size_fn

type fz_image_get_size_fn = Option<unsafe extern "C" fn(arg1: *mut fz_context, arg2: *mut fz_image) -> usize>;

Function type to get the given storage size for an image.

Returns the size in bytes used for a given image.