pub unsafe fn JetGetSessionParameter<P0>(
    sesid: P0,
    sesparamid: u32,
    pvparam: &mut [u8],
    pcbparamactual: Option<*mut u32>
) -> i32
where P0: IntoParam<JET_SESID>,