Function windows::Win32::Graphics::Printing::DeleteJobNamedProperty

pub unsafe fn DeleteJobNamedProperty<P0, P1>(
    hprinter: P0,
    jobid: u32,
    pszname: P1,
) -> u32
where P0: Param<HANDLE>, P1: Param<PCWSTR>,