pub unsafe fn EnumPrintersW<P1>( flags: u32, name: P1, level: u32, pprinterenum: Option<&mut [u8]>, pcbneeded: *mut u32, pcreturned: *mut u32, ) -> Result<()>where P1: Param<PCWSTR>,