pub unsafe fn JetSetColumnDefaultValueA<P0>(
    sesid: P0,
    dbid: u32,
    sztablename: *const i8,
    szcolumnname: *const i8,
    pvdata: *const c_void,
    cbdata: u32,
    grbit: u32
) -> i32
where P0: IntoParam<JET_SESID>,