Function windows::Win32::Graphics::Printing::EnumFormsW

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