pub unsafe extern "system" fn JetCreateIndexW(
    sesid: JET_SESID,
    tableid: JET_TABLEID,
    szindexname: *const u16,
    grbit: u32,
    szkey: PCWSTR,
    cbkey: u32,
    ldensity: u32
) -> i32
Expand description

Required features: "Win32_Storage_StructuredStorage"