pub unsafe fn SetFormW<P0, P1>(
    hprinter: P0,
    pformname: P1,
    level: u32,
    pform: *const u8
) -> BOOL
where P0: IntoParam<HANDLE>, P1: IntoParam<PCWSTR>,