pub unsafe extern "system" fn JetBeginSessionA(
    instance: JET_INSTANCE,
    psesid: *mut JET_SESID,
    szusername: *const i8,
    szpassword: *const i8
) -> i32
Expand description

Required features: "Win32_Storage_Jet", "Win32_Storage_StructuredStorage"