Function windows::Win32::Graphics::Printing::GetFormA

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