pub unsafe fn JetOpenFileInstanceA<P0>(
    instance: P0,
    szfilename: *const i8,
    phffile: *mut JET_HANDLE,
    pulfilesizelow: *mut u32,
    pulfilesizehigh: *mut u32
) -> i32
where P0: IntoParam<JET_INSTANCE>,