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