Function windows::Win32::Storage::Jet::JetCreateTableW

pub unsafe fn JetCreateTableW<P0>(
    sesid: P0,
    dbid: u32,
    sztablename: *const u16,
    lpages: u32,
    ldensity: u32,
    ptableid: *mut JET_TABLEID,
) -> i32
where P0: Param<JET_SESID>,