pub unsafe fn DeleteFormW<P0, P1>(hprinter: P0, pformname: P1) -> BOOL
where P0: IntoParam<HANDLE>, P1: IntoParam<PCWSTR>,