Function windows::Win32::Graphics::Printing::SetFormW

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