pub unsafe fn NetUseDel<P0, P1>(
    uncservername: P0,
    usename: P1,
    forcelevelflags: FORCE_LEVEL_FLAGS
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,