pub unsafe fn JetBeginSessionW<P0>(
    instance: P0,
    psesid: *mut JET_SESID,
    szusername: Option<*const u16>,
    szpassword: Option<*const u16>
) -> i32
where P0: IntoParam<JET_INSTANCE>,