pub unsafe fn NetScheduleJobAdd<P0>(
    servername: P0,
    buffer: *mut u8,
    jobid: *mut u32
) -> u32
where P0: IntoParam<PCWSTR>,