Function windows::Win32::Graphics::Printing::GetPrinterDataA

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