pub unsafe fn RouterLogEventExW<P0, P1>(
    hloghandle: P0,
    dweventtype: u32,
    dwerrorcode: u32,
    dwmessageid: u32,
    ptszformat: P1
)
where P0: IntoParam<HANDLE>, P1: IntoParam<PCWSTR>,