pub unsafe extern "C" fn iso9660_iso_seek_read(
    p_iso: *const iso9660_t,
    ptr: *mut c_void,
    start: lsn_t,
    i_size: c_long
) -> c_long