pub unsafe fn JetAddColumnA<P0, P1>(
    sesid: P0,
    tableid: P1,
    szcolumnname: *const i8,
    pcolumndef: *const JET_COLUMNDEF,
    pvdefault: Option<*const c_void>,
    cbdefault: u32,
    pcolumnid: Option<*mut u32>
) -> i32
where P0: IntoParam<JET_SESID>, P1: IntoParam<JET_TABLEID>,