Function windows::Win32::Storage::Jet::JetCreateTableA

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