pub unsafe fn JetGetObjectInfoA<P0>(
    sesid: P0,
    dbid: u32,
    objtyp: u32,
    szcontainername: Option<*const i8>,
    szobjectname: Option<*const i8>,
    pvresult: *mut c_void,
    cbmax: u32,
    infolevel: u32
) -> i32
where P0: IntoParam<JET_SESID>,