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