pub unsafe fn NetScheduleJobDel<P0>(
    servername: P0,
    minjobid: u32,
    maxjobid: u32
) -> u32
where P0: IntoParam<PCWSTR>,