pub unsafe fn JetSetDatabaseSizeA<P0>(
    sesid: P0,
    szdatabasename: *const i8,
    cpg: u32,
    pcpgreal: *mut u32
) -> i32
where P0: IntoParam<JET_SESID>,