Function windows::Win32::Storage::Jet::JetGetIndexInfoW
pub unsafe fn JetGetIndexInfoW<P0>(
sesid: P0,
dbid: u32,
sztablename: *const u16,
szindexname: Option<*const u16>,
pvresult: *mut c_void,
cbresult: u32,
infolevel: u32,
) -> i32where
P0: Param<JET_SESID>,