pub unsafe fn JetAttachDatabaseW<P0>(
    sesid: P0,
    szfilename: *const u16,
    grbit: u32
) -> i32
where P0: IntoParam<JET_SESID>,