Function windows::Win32::Storage::Jet::JetSetLS

pub unsafe fn JetSetLS<P0, P1, P2>(
    sesid: P0,
    tableid: P1,
    ls: P2,
    grbit: u32
) -> i32
where P0: IntoParam<JET_SESID>, P1: IntoParam<JET_TABLEID>, P2: IntoParam<JET_LS>,