pub unsafe fn RouterLogEventW<P0>(
    hloghandle: P0,
    dweventtype: u32,
    dwmessageid: u32,
    plpszsubstringarray: Option<&[PCWSTR]>,
    dwerrorcode: u32
)
where P0: IntoParam<HANDLE>,