pub unsafe fn JetCreateIndexW<P0, P1, P2>(
    sesid: P0,
    tableid: P1,
    szindexname: *const u16,
    grbit: u32,
    szkey: P2,
    cbkey: u32,
    ldensity: u32
) -> i32
where P0: IntoParam<JET_SESID>, P1: IntoParam<JET_TABLEID>, P2: IntoParam<PCWSTR>,