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