pub unsafe fn JetGetDatabaseInfoW<P0>(
    sesid: P0,
    dbid: u32,
    pvresult: *mut c_void,
    cbmax: u32,
    infolevel: u32
) -> i32
where P0: IntoParam<JET_SESID>,