pub unsafe fn JetGetInstanceMiscInfo<P0>(
    instance: P0,
    pvresult: *mut c_void,
    cbmax: u32,
    infolevel: u32
) -> i32
where P0: IntoParam<JET_INSTANCE>,