Function windows::Win32::Graphics::Printing::GetPrinterDataW

pub unsafe fn GetPrinterDataW<P0, P1>(
    hprinter: P0,
    pvaluename: P1,
    ptype: Option<*mut u32>,
    pdata: Option<&mut [u8]>,
    pcbneeded: *mut u32,
) -> u32
where P0: Param<HANDLE>, P1: Param<PCWSTR>,