Function windows::Win32::Storage::Jet::JetSetSystemParameterW

pub unsafe fn JetSetSystemParameterW<P0, P1>(
    pinstance: Option<*mut JET_INSTANCE>,
    sesid: P0,
    paramid: u32,
    lparam: P1,
    szparam: Option<*const u16>,
) -> i32
where P0: Param<JET_SESID>, P1: Param<JET_API_PTR>,