pub unsafe fn WNetCancelConnection2W<P0, P1>(
    lpname: P0,
    dwflags: u32,
    fforce: P1
) -> WIN32_ERROR
where P0: Param<PCWSTR>, P1: Param<BOOL>,