pub unsafe fn JetCreateDatabase2A<P0>(
    sesid: P0,
    szfilename: *const i8,
    cpgdatabasesizemax: u32,
    pdbid: *mut u32,
    grbit: u32
) -> i32
where P0: IntoParam<JET_SESID>,