pub unsafe fn RouterLogEventDataA<P0>(
    hloghandle: P0,
    dweventtype: u32,
    dwmessageid: u32,
    plpszsubstringarray: Option<&[PCSTR]>,
    dwdatabytes: u32,
    lpdatabytes: *mut u8
)
where P0: IntoParam<HANDLE>,