pub unsafe fn JetOpenTableW<P0>(
    sesid: P0,
    dbid: u32,
    sztablename: *const u16,
    pvparameters: Option<*const c_void>,
    cbparameters: u32,
    grbit: u32,
    ptableid: *mut JET_TABLEID
) -> i32
where P0: IntoParam<JET_SESID>,