Function windows::Win32::Storage::Jet::JetGetObjectInfoW
pub unsafe fn JetGetObjectInfoW<P0>(
sesid: P0,
dbid: u32,
objtyp: u32,
szcontainername: Option<*const u16>,
szobjectname: Option<*const u16>,
pvresult: *mut c_void,
cbmax: u32,
infolevel: u32,
) -> i32where
P0: Param<JET_SESID>,