pub unsafe fn IsDestinationReachableW<P0>(
    lpszdestination: P0,
    lpqocinfo: *mut QOCINFO
) -> Result<()>
where P0: IntoParam<PCWSTR>,