Function windows::Win32::Graphics::Printing::SetFormA

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