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