Function windows::Win32::Graphics::Printing::GetFormW

pub unsafe fn GetFormW<P0, P1>(
    hprinter: P0,
    pformname: P1,
    level: u32,
    pform: Option<&mut [u8]>,
    pcbneeded: *mut u32,
) -> BOOL
where P0: Param<HANDLE>, P1: Param<PCWSTR>,