pub unsafe fn HcnCreateEndpoint<P2>( network: *const c_void, id: *const GUID, settings: P2, endpoint: *mut *mut c_void, errorrecord: Option<*mut PWSTR>, ) -> Result<()>where P2: Param<PCWSTR>,