pub unsafe fn JetRegisterCallback<P0, P1>(
    sesid: P0,
    tableid: P1,
    cbtyp: u32,
    pcallback: JET_CALLBACK,
    pvcontext: Option<*const c_void>,
    phcallbackid: *const JET_HANDLE
) -> i32
where P0: IntoParam<JET_SESID>, P1: IntoParam<JET_TABLEID>,