windows::Win32::Graphics::Printing

Function SetFormA

pub unsafe fn SetFormA<P1>(
    hprinter: PRINTER_HANDLE,
    pformname: P1,
    level: u32,
    pform: *const u8,
) -> BOOL
where P1: Param<PCSTR>,