pub unsafe fn NetWkstaTransportDel<P0, P1>(
    servername: P0,
    transportname: P1,
    ucond: FORCE_LEVEL_FLAGS
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,