pub unsafe fn JetReadFileInstance<P0, P1>(
    instance: P0,
    hffile: P1,
    pv: *mut c_void,
    cb: u32,
    pcbactual: Option<*mut u32>
) -> i32
where P0: IntoParam<JET_INSTANCE>, P1: IntoParam<JET_HANDLE>,