pub unsafe fn OpenJobObjectA<P2>( dwdesiredaccess: u32, binherithandle: bool, lpname: P2, ) -> Result<HANDLE>where P2: Param<PCSTR>,