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