pub unsafe fn JetOpenDatabaseW<P0>(
    sesid: P0,
    szfilename: *const u16,
    szconnect: Option<*const u16>,
    pdbid: *mut u32,
    grbit: u32
) -> i32
where P0: IntoParam<JET_SESID>,