pub unsafe fn HcnModifyEndpoint<P1>( endpoint: *const c_void, settings: P1, errorrecord: Option<*mut PWSTR>, ) -> Result<()>where P1: Param<PCWSTR>,