pub unsafe fn JetSetSessionParameter<P0>(
    sesid: P0,
    sesparamid: u32,
    pvparam: Option<*const c_void>,
    cbparam: u32
) -> i32
where P0: IntoParam<JET_SESID>,