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