Function windows::Win32::Storage::Jet::JetGetDatabaseInfoW

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