pub unsafe fn WdsCliLog<P0>(
    hsession: P0,
    ulloglevel: u32,
    ulmessagecode: u32
) -> Result<()>
where P0: IntoParam<HANDLE>,