Function windows::Win32::Storage::Jet::JetCreateIndexW

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: Param<JET_SESID>, P1: Param<JET_TABLEID>, P2: Param<PCWSTR>,